Qdrant
will be used as the vector database.
For a comprehensive list of available parameters for vector database configuration, please refer to Config.
ValueError: shapes (0,1536) and (768,) not aligned: 1536 (dim 1) != 768 (dim 0)
you could add "embedding_model_dims": 768,
to the config of the vector_store to overcome this issue.