vanetreg
vanetreg
**Describe the event source. What app is this for, and what event does the trigger correspond to?** 1) specific public list emits new tweet 2) search tweets of specific public...
When running a tweaked version of the sample code it looks the AgentExecutor chain loop stucked, repeating itself ( in Action and Action Input ): ``` Entering new AgentExecutor chain......
Since Fooocus app at Gradio link doesn't work (image generation drops error with default settings), also free Colab doesn't have sufficient resources, I decided to install Fooocus to Replit, but...
I'm testing **01-basic_indexing_and_search.ipynb** on a Windows 10 PC, in Cursor IDE, using Python 3.11.6 Cell: `RAG.index(collection=[full_document], index_name="Miyazaki", max_document_length=180, split_documents=True)` can not be completed after almost an hour! ``` [Jan 05,...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
The referred method is this linked: [**single-user-by-username**](https://github.com/PLhery/node-twitter-api-v2/blob/master/doc/v2.md#single-user-by-username) I want to get back also optional user fields with this method, using this: const user = await readOnlyClient.v2.userByUsername(userName, **{ 'user.fields': [ 'username',...
### Describe the issue Since playing around with Autogen Studio is best for free, but not having decent hardware to run LLMs locally, I want to use free Hugging Face...
Pls. add the following libraries to your embeddings: Autogen: https://github.com/microsoft/autogen MemGPT: https://github.com/cpacker/MemGPT Langserve: https://github.com/langchain-ai/langserve Thanks
Regarding https://github.com/sauravjoshi23/towards-agi/tree/main/knowledge%20graphs/neo4j-rag/my-app#readme pls add route info, which in Langchain docs look like: And add the following code to your server.py file: ``` from research_assistant import chain as research_assistant_chain add_routes(app, research_assistant_chain,...
I think it makes sense to use: gpt-4 as smart LLM, some Groq / Openrouter / Huggingface / Ollama LLM as fast and eg. Nomic Embed (via GPT4All) as embed...