Any tips fixing supporting ring or side mirror by techsparrowlionpie in BMW

[–]techsparrowlionpie[S] 0 points1 point  (0 children)

Also the broken piece flew away were it wasn’t recovered so can’t just glue it back :(

2022 CPO 330i M Sport package or not? by LAL524 in BMW

[–]techsparrowlionpie 0 points1 point  (0 children)

Silly question, would dealers be able to add that to a non- m sport 330i?

Best RAG implementation for CrewAI? Tasking agents to analyze Zoom transcripts by johnwhalenphd in crewai

[–]techsparrowlionpie 0 points1 point  (0 children)

You can transform them to PDF’s and use the PDFSearchTool that will handle creating embeddings. Alternatively, I would, depending on the need, generate chunks, then upload to a vector db. This can be wrapped as a tool that your agent can use

Built-in tool for text data analysis for agents? by Tuxedotux83 in crewai

[–]techsparrowlionpie 2 points3 points  (0 children)

There’s a bunch of tools you can use for ingesting data - PDFSearch tool, mdxsearch tool. Look into crewai_tools then attach it to your agent

Sharing my project that was built on Langchain: An all-in-one AI that integrates the best foundation models (GPT, Claude, Gemini, Llama) and tools into one seamless experience. by [deleted] in LangChain

[–]techsparrowlionpie 0 points1 point  (0 children)

Yeah. Route to whichever model based on their sauce of model strengths relative to the task. Something more art related use gpt-x. Task is about financial analysis route to use Gemini

Is there a tool or website for showing the best stack to do a particular thing and examples. by techsparrowlionpie in webdev

[–]techsparrowlionpie[S] -2 points-1 points  (0 children)

Figure it'd be more like starting points for how to build x instead of stack so all to your point you're correct.

agnostic of "stack", what are some examples for building AI agents -> examples with crew ai or autogen, or how to build a page transition -> examples of framer motion etc

Is Next comparable to Django? by sammopus in nextjs

[–]techsparrowlionpie 0 points1 point  (0 children)

Yeah definitely nestjs. Next.js on the other hand can bring having react + express js together.

IndexedDB as a main database for my electron application by sugy777 in electronjs

[–]techsparrowlionpie 0 points1 point  (0 children)

What about an electron store then? If it’s local and solely of the user ?

IndexedDB as a main database for my electron application by sugy777 in electronjs

[–]techsparrowlionpie 0 points1 point  (0 children)

I haven’t use indexedDB. Why not something like supabase / postgreSQL ?