Srimathi10
Results
1
comments of
Srimathi10
from haystack.document_stores import FAISSDocumentStore document_store = FAISSDocumentStore( sql_url="sqlite:///c:/py/faiss_document_store.db" ) # Adding documents with content and metadata documents = [ { "content": "This is the first document about machine learning.", "meta":...