forked from Archives/langchain
8c5fbab72d
Pydantic validation breaks tests for example (`test_qdrant.py`) because fake embeddings contain an integer. This PR casts the embeddings array to all floats. Now the `qdrant` test passes, `poetry run pytest tests/integration_tests/vectorstores/test_qdrant.py` |
||
---|---|---|
.. | ||
__init__.py | ||
fake_embeddings.py | ||
test_chroma.py | ||
test_elasticsearch.py | ||
test_faiss.py | ||
test_milvus.py | ||
test_pinecone.py | ||
test_qdrant.py |