Skip to content

feissN/personal-ai

Repository files navigation

Chat with your Documents using Nuxt3 + TypeScript + LangChain + Hnswlib + OpenAI

Preview

image

Setup

  1. Run npm install
  2. Create .env with OPENAI_API_KEY=YOURAPIKEY
  3. Ingest own documents
    1. Create folder docs in server/ and place all your .pdf files there
    2. Run npm run ingest to ingest the new docs into the vector store
  4. Start the dev-Server
    1. Run npm run dev. On the first startup it will check if docs exists. If so, everything is fine and you can start chatting

About

Chat with your Documents! OpenAI powered pdf-aware chat bot demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published