Skip to content

silvanocerza/search-all-the-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo python_version sdk sdk_version app_file pinned
SEARCH ALL THE DOCS
🔎
yellow
pink
3.11
streamlit
1.27.2
main.py
false

SEARCH ALL THE DOCS

Getting started

First create your virtual env so you don't pollute your OS environment. This demo has only been tested with Python 3.11, so I suggest you use that.

mkvirtualenv search-all-the-docs
workon search-all-the-docs

Install the dependencies:

pip install -r requirements.txt

Create a .env file with your OpenAI key:

OPENAI_API_KEY="<your_key_here>"

And you're good to go!

streamlit run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages