We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As we faced the problem on our ETL pipelines for hivemind, we were required to change the database to qdrant
The details of the issue is described here: TogetherCrew/airflow-dags#151
The tasks on hivemind-bot side would be the following
PGVectorAccess
QDrantVectorAcess
save_documents
load_index
BaseSummarySearch
The text was updated successfully, but these errors were encountered:
amindadgar
Successfully merging a pull request may close this issue.
As we faced the problem on our ETL pipelines for hivemind, we were required to change the database to qdrant
The details of the issue is described here: TogetherCrew/airflow-dags#151
The tasks on hivemind-bot side would be the following
PGVectorAccess
to beQDrantVectorAcess
save_documents
ofPGVectorAccess
since we would be now using another pipeline on ETLsload_index
ofPGVectorAccess
to load index for qdrant databaseBaseSummarySearch
to use qdrant vector database indexThe text was updated successfully, but these errors were encountered: