Easy to use abstraction over Qdrant and Postgres for creating a semantic/full-text socially enabled embedding store on your data
Arguflow Vault Search: Paired with vault-server, Arguflow Vault is an abstraction layer over Qdrant which provides semantic and full-text search over arbitrary HTML cards, WYSIWYG TinyMCE editor, collection based organization, MMR, voting, and more. Vault Search is written in Astro and SolidJS. Vault is still in early alpha, but you may find it useful if you are trying to build semantic or full text search over your data.
Documentation • Competitive Debate Demo • Discord
API_HOST=http://127.0.0.1:8090/api
PUBLIC_API_HOST=http://localhost:8090/api
# API_HOST=https://api.arguflow.ai/api
# PUBLIC_API_HOST=https://api.arguflow.ai/api
PUBLIC_HOST=http://localhost:8090
PLAUSIBLE_HOST=**********
yarn
yarn dev
docker build -t vault-search .
docker run -p 8090:8090 vault-search