Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Developer Accelerator

10.8k members β€’ Free

2 contributions to AI Developer Accelerator
Seeking Your Honest Advice on Becoming an AI Agent Developer
Hello AI Developer Accelerator Community, I’m Idael, a Network Automation Engineer transitioning into AI with a focus on AI Agent Development. I’ve been exploring various courses and communities but often find they lack real, actionable guidance and focus more on engagement than actual learning. For those experienced in AI Agent Development, what’s been your most valuable resource or approach? I’m eager to hear your insights on what truly helped you gain hands-on skills in this field. Thanks for sharing your experiences! Best, -Idael
1 like β€’ Sep '24
following this thread, i have the same ambition.
PDF search tool embedder for groq llama3
Hi all, great to be here. I am working on basic RAG with llama 3 on groq. I am stuck at PDFSearchTool, it is looking for "api_key = self.config.api_key or os.environ["OPENAI_API_KEY"]" when i run the script. here is my code. pdf_search_tool = PDFSearchTool( pdf="./lmnd-2023-annual-report.pdf", config=dict( llm=dict(provider="groq", config=dict(model="llama3-70b-8192",api_key=os.getenv("GROQ_API_KEY"),stream=True)), embedder=dict(provider="ollama", config=dict(model="all-minilm:latest")), ), ) how can i update the embedder line correctly? i am not able to locate the solution here. https://docs.embedchain.ai/components/embedding-models#ollama
0 likes β€’ Sep '24
i have used this, embedder=dict(provider="huggingface", config=dict(model="BAAI/bge-small-en-v1.5")),. it is working at least. not sure if this is the correct method
1-2 of 2
Jimmy Jie
1
2points to level up
@jimmy-jie-4765
LLM hobbyist, working on Investment research projects

Active 464d ago
Joined Aug 15, 2024
Singapore
Powered by