Code Monkey home page Code Monkey logo

vault-search's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.