-
langchain
https://python.langchain.com/v0.1/docs/modules/data_connection/retrievers/
-
**Description**
currently can not use AsyncGuard with the langchain integration
**Why is this needed**
[If you have a concrete use case, add details here.]
```
from langchain_openai import Chat…
dtam updated
31 minutes ago
-
From the digging that I've done, it appears that the following code is _not thread safe_ (using Langchain):
```py
RAG = RAGPretrainedModel.from_index(index_path)
retriever = RAG.as_langchain_retrie…
-
https://aws.amazon.com/blogs/machine-learning/create-a-next-generation-chat-assistant-with-amazon-bedrock-amazon-connect-amazon-lex-langchain-and-whatsapp/
Solution deployment
…
-
### URL
https://python.langchain.com/api_reference/community/vectorstores/langchain_community.vectorstores.faiss.FAISS.html#langchain_community.vectorstores.faiss.FAISS.get_by_ids
### Checklist
- […
-
Hello, there is only
GPT-4o
GPT-4o Mini
Claude 3.5 Sonnet
LLama 3.1 405B
These four models have passed the test of this project, and the other LangChain chat models have not been tested, right? I…
-
My custom image works as expected when ran locally against a `test.docx` from an s3 path.
But when I upload the image to lambda, I get the error `BadZipFile: Bad magic number for central directory`…
-
### 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 GitHub search to find a sim…
-
### Описание ошибки
При работе с функциями GigaChat нельзя использовать импорт pydantic моделей из библиотеки pydantic напрямую:
from pydantic import BaseModel
Можно использовать только:
from la…
-
When trying to run the project I get:
```
$ python main.py --targetlang nodejs
Traceback (most recent call last):
File "/workspaces/gpt-migrate/gpt_migrate/main.py", line 7, in
from ai i…