langchain
8c5fbab7 - [Integration Tests] Cast fake embeddings to ALL float values (#1102)

Commit
3 years ago
[Integration Tests] Cast fake embeddings to ALL float values (#1102) 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`
Author
Parents
Loading