willmsMwx

Results 1 issues of willmsMwx

Hello, I wanted to implement the following example with Qdrant: https://haystack.deepset.ai/tutorials/15_tableqa Initialisation of the DocumentStore: document_store = QdrantDocumentStore( ":memory:", index="document", embedding_dim=768 ) A list with Document(content=current_df, content_type="table", id=key) is created...