Skip to content

Using a SQL Document Store and Airflow to automate indexing #4030

Discussion options

You must be logged in to vote

Hi @Ashish-Soni08! Not sure what you mean by how data is stored, you can simply use the write_documents method to add Documents to your Document Store (see also our Documentation).
The SQLDocumentStore is usually not used on its own but in combination with a vector database, for example FAISS, to store the document embeddings into a FAISS instance and the document's content and metadata into a SQL database.
Also, I'm not very familiar with airflow so I'd be happy if you could provide a bit more information in order to help you.

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
7 replies
@Ashish-Soni08
Comment options

@bogdankostic
Comment options

@Ashish-Soni08
Comment options

@bogdankostic
Comment options

@Ashish-Soni08
Comment options

Answer selected by Ashish-Soni08
Comment options

You must be logged in to vote
2 replies
@bogdankostic
Comment options

@Ashish-Soni08
Comment options

Comment options

You must be logged in to vote
2 replies
@bogdankostic
Comment options

@Ashish-Soni08
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants