Skip to content

The tutorial includes the OpenAI API for question and answer scenarios specific to a particular case

Notifications You must be signed in to change notification settings

dewantrie/llm-openai-q-a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample LLM Q&A using embeddings

Example usage of the OpenAI API for question and answer scenarios specific to a particular case.

Guides

pip install streamlit openai pandas faiss

export OPENAI_ORGANIZATION=<openai organization>
export OPENAI_API_KEY=<openai api key>
export THIS_ENDPOINT=http://localhost/catalogs/
export THIS_WEBSITE=localhost

streamlit run app.py

About

The tutorial includes the OpenAI API for question and answer scenarios specific to a particular case

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages