langchain/libs/community/tests/integration_tests
Leonid Kuligin b99274c9d8
community[patch]: changed default for VertexAIEmbeddings (#14614)
Replace this entire comment with:
- **Description:** @kurtisvg has raised a point that it's a good idea to
have a fixed version for embeddings (since otherwise a user might run a
query with one version vs a vectorstore where another version was used).
In order to avoid breaking changes, I'd suggest to give users a warning,
and make a `model_name` a required argument in 1.5 months.
2023-12-21 12:15:19 -05:00
..
adapters
callbacks
chat_message_histories
chat_models community[minor]: rename ChatGPTRouter to GPTRouter (#14913) 2023-12-19 10:48:52 -05:00
document_loaders
embeddings community[patch]: changed default for VertexAIEmbeddings (#14614) 2023-12-21 12:15:19 -05:00
examples
graphs langchain[patch]: remove unused imports (#14680) 2023-12-15 14:12:02 -08:00
llms community: replace deprecated davinci models (#14860) 2023-12-18 13:49:46 -08:00
retrievers community[minor]: Qdrant sparse vector retriever (#14814) 2023-12-20 02:22:19 -05:00
storage
tools
utilities
vectorstores community[patch]: support momento vector index filter expressions (#14978) 2023-12-20 19:11:43 -08:00
__init__.py
test_compile.py