Skip to content

inspirehep/feynbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feynbot: talking with INSPIRE

This demo has been built following the official LlamaIndex Starter Tutorial (Local Models). It also implements index persistence from Starter Tutorial (OpenAI).

Model tested:

Usage guide

  1. Create a virtual environment and activate it:

python3 -m venv .venv

source .venv/bin/activate

  1. Install the requirements:

pip install -r requirements.txt

  1. Set up the OpenAI key in a environment variable:

export OPENAI_API_KEY=<your_openai_api_key>

  1. Launch the app:

python3 src/demo.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages