VastIllumination

Results 37 comments of VastIllumination
trafficstars

@punitchauhan771 Interesting. Really appreciate all the help. I wonder if I'm setting up the duckduckgo_search function properly. In your DuckDuckGo response, it says "In 2024, breakthroughs in AI LLMs are...

@FeelsDaumenMan Thanks. I removed it, can you delete your quote that also has the key. @punitchauhan771 I ended up getting CrewAI + Gemini API to work using the news_reporter role...

@FeelsDaumenMan I ran into the same issue on Windows. Don't import DuckDuck from langchain, instead install duckduckgo_search directly. Then remove "from langchain_community.tools import DuckDuckGoSearchRun" from your code. How to best...

@punitchauhan771 Thought of a simple solution to get around the glitch where every couple API requests gemini gets the no internet connection error, even though duckduckgo_search completes properly. If CrewAI,...

@FeelsDaumenMan , I ran into the same error and should be able to trace back the steps of how I resolved if with that error details. Here is a simple...

**SOLVED UPDATE:** I was able to write code that automatically retried the query if the 503 error occurred and that fixed my issue even when the error appears. Code solution...

**Update:** All test queries were administered exactly the same way between all these events while making sure to stay under the 90 queries/responses per minute (Rate limit set by PaLM)...

**SOLUTION that detects 503 errors**, waits 2 seconds and then retries the last PaLM API query. This completely fixed my issue with the 503 error. retry = True while retry:...

This is a very important and needed update. Flowise already has this feature, there are some great open source embedding system that work nearly as well as open-ai embedding with...

I am getting the same error on Ubuntu 22.04.2 . load INSTRUCTOR_Transformer max_seq_length 512 Using embedded DuckDB with persistence: data will be stored in: /home/ailocal/localGPT/DB Loading checkpoint shards: 0%| |...