-
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hey people.
1) Do you support the OpenAI Assistants API for local LLMs? I think the c…
-
### Issue with current documentation:
Streamlit tutorial suggests
```
from langchain.memory import ConversationBufferMemory
from langchain.memory.chat_message_histories import StreamlitChatMessage…
-
- [x] [募集サイト](https://devblog.connpass.com/event/321000/) をconnpassに作る
- [x] URLを貼る
- [x] 放送開始
-
Looking at the current 'search' command that the agent has access to, it seems it just uses `grep` for searches within a file, and `find` for searches by filename:
https://github.com/princeton-nlp/…
-
### Issue you'd like to raise.
When using the new gpt's json mode by setting response_format={ "type": "json_object" }, the langchain agent failed to parse the openai output, is there any plan to sup…
-
### System Info
Hi @harrisoUnable to load the model logged using mlflow
```
import mlflow
logged_model = 'runs:/runid/sql_database_chain'
# Load model as a PyFuncModel.
loaded_model = mlflow.pyf…
-
A customizable ReAct or other agent module may simplify the code we deal with each request.
I want to use third party module, but LangChain's agent is not customizable, and MetaGPT is too heavy to be…
-
## Keyword: differential privacy
### State-of-the-Art Approaches to Enhancing Privacy Preservation of Machine Learning Datasets: A Survey
- **Authors:** Chaoyu Zhang
- **Subjects:** Cryptography an…
-
We have an usual bug that is happening randomly.
Sometimes our 'openai-functions' agent get stuck after a tool has finished to run. The next stage is never properly started and executed so eventuall…