Nilick
Nilick
I installed latest version of JupyterLab App v3.1.13-1 but there is not "Enable Extensions Manager" option in setting menu. I then run `jupyter labextension install @jupyter-widgets/jupyterlab-manager` but I have same...
I'm using Haystack 2.0 and Qdrant to create a vector database for PDF files. I wrote the following code to achieve this: ``` from pathlib import Path from typing import...
I used `QdrantDocumentStore` for creating a vector database by this code: ``` def document_store(index:str, uploaded_file, citation:str, progress=gr.Progress()): document_store = QdrantDocumentStore(host="localhost", index=index, embedding_dim=768, recreate_index=False, # Note: If you want add another...