Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

devflowinc/vault-search

Repository files navigation

Arguflow

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.

DocumentationCompetitive Debate DemoDiscord

Vault Search

Getting Started

Set your .env

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=**********

Run the client in dev mode

yarn
yarn dev 

Run with docker

docker build -t vault-search .
docker run -p 8090:8090 vault-search