You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/integration_tests
Kacper Łukawski f93d256190
Feat: Add batching to Qdrant (#5443)
# Add batching to Qdrant

Several people requested a batching mechanism while uploading data to
Qdrant. It is important, as there are some limits for the maximum size
of the request payload, and without batching implemented in Langchain,
users need to implement it on their own. This PR exposes a new optional
`batch_size` parameter, so all the documents/texts are loaded in batches
of the expected size (64, by default).

The integration tests of Qdrant are extended to cover two cases:
1. Documents are sent in separate batches.
2. All the documents are sent in a single request.
1 year ago
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 1 year ago
cache feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
callbacks
chains
chat_models Harrison/vertex (#5049) 1 year ago
client Add Delete Session Method (#5193) 1 year ago
document_loaders Harrison/spark reader (#5405) 1 year ago
embeddings `encoding_kwargs` for InstructEmbeddings (#5450) 1 year ago
examples
llms Harrison/prediction guard update (#5404) 1 year ago
memory feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
prompts
retrievers tfidf retriever (#5114) 1 year ago
utilities Tedma4/twilio tool (#5136) 1 year ago
vectorstores Feat: Add batching to Qdrant (#5443) 1 year ago
.env.example adding MongoDBAtlasVectorSearch (#5338) 1 year ago
__init__.py
conftest.py
test_document_transformers.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py
test_schema.py
test_text_splitter.py