mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-24 12:00:52 +00:00
Issue: #20514
The current implementation of `construct_instance` expects a `texts:
List[str]` that will call the embedding function. This might not be
needed when we already have a client with collection and `path, you
don't want to add any text.
This PR adds a class method that returns a qdrant instance with an
existing client.
Here everytime
|
||
---|---|---|
.. | ||
async_api | ||
__init__.py | ||
common.py | ||
fixtures.py | ||
test_add_texts.py | ||
test_delete.py | ||
test_embedding_interface.py | ||
test_from_existing_collection.py | ||
test_from_texts.py | ||
test_max_marginal_relevance.py | ||
test_similarity_search.py |