Fix langchain llm and update changelog (#2508)

This commit is contained in:
Dev Khant
2025-04-07 11:49:39 +05:30
committed by GitHub
parent 93f34e4116
commit 3712522b14
4 changed files with 53 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ install:
install_all:
poetry install
poetry run pip install groq together boto3 litellm ollama chromadb weaviate weaviate-client sentence_transformers vertexai \
google-generativeai elasticsearch opensearch-py vecs pinecone pinecone-text faiss-cpu
google-generativeai elasticsearch opensearch-py vecs pinecone pinecone-text faiss-cpu langchain-community
# Format code with ruff
format: