Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To create virtual environment

python -m venv venv

To activate virtual environment

windows

venv\Scripts\activate

bash

source venv/bin/activate

To install packages

pip install -r requirements.txt

To run the project

uvicorn src.main:app --reload

To see the API documentation in swagger

http://127.0.0.1:8000/docs

To see the API documentation in redoc

http://127.0.0.1:8000/redoc

About

Kira - A knowledge base AI Bot

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages