Skip to content

DocFusionX/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocFusionX Server

Installation & Dev

1. Clone the repo

git clone https://github.com/DocFusionX/server.git
cd server

2. Setup env variables

.env template:

MISTRAL_API_KEY=
CHROMA_DB_PATH=./chroma_db
LOG_LEVEL=INFO
MISTRAL_MODEL=mistral-small-latest
MISTRAL_MAX_TOKENS=64000

3. Set up virtual environment

uv venv
source .venv/bin/activate

4. Install dependencies

uv sync

5. Start development server

uv run fastapi dev

Running the Server

docker compose up --build

API Usage

Swagger UI: http://127.0.0.1:8000/docs

About

DocFusionX Server

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •