Skip to content

panzim/kb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panzim: An AI-Powered Knowledge Base Chat App

This is a prototype of an AI-enabled chat application designed to interact with a knowledge base of corporate documents.

Running Panzim

  1. copy sample.env to .env and put your OpenAI API key there, or export OPENAI_API_KEY=<your-OpenAI-key>
  2. install dependencies: pip install -r requirements.txt
  3. run backend: uvicorn backend.rag:app --port=8044 --workers=1 --loop=asyncio
  4. run frontend (new terminal): uvicorn frontend.app:app

Open http://localhost:8000

Checked OK 2026-02-07 (Python 3.13/3.14) See doc/demo*.*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors