CoolFace
Apppublic

epalvarez/QnA_Tesla_10k_Reports

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
13 commits on main
2e20e5d2y ago

correcting placeholder in model output textbox

epalvarez
64a30452y ago

Adding working cached examples, and textbox for output UI component

epalvarez
8d0a45d2y ago

adding examples to the Gradio interface

epalvarez
296e0602y ago

Changing output UI component

epalvarez
fecb7e22y ago

correcting syntax error in app.py

epalvarez
0d2f87c2y ago

correcting syntax error in app.py

epalvarez
f8e94372y ago

latest update of app.py, newer version of langchain package in requirements.txt, and tesla_db Vector database with 448 embedding dimensions and overlap of 24

epalvarez
637e2cd2y ago

changing the embedding model to gte-large to match that of the tesla_db database (1024 embedding dimensions)... embedding_model = SentenceTransformerEmbeddings(model_name='thenlper/gte-large')

epalvarez
a5e0b852y ago

Upload 2 files

epalvarez
c3f98dc2y ago

Correct the way the OpenAI key is accessed by app.py from the HuggingFace Secrets: openai_api_key = os.environ.get("OpenAI_API_key_GL_Adv_Python_Project")

epalvarez
a6645e02y ago

Correcting syntax error in app.py file

epalvarez
4c20ecd2y ago

Original upload of app.py, requirements.txt, and tesla_db (vector database) folder from a local computer folder (not directly from Google Drive folder)

epalvarez
225d9ba2y ago

initial commit

epalvarez