epalvarez/QnA_Tesla_10k_Reports
correcting placeholder in model output textbox
Adding working cached examples, and textbox for output UI component
adding examples to the Gradio interface
Changing output UI component
correcting syntax error in app.py
correcting syntax error in app.py
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
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')
Upload 2 files
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")
Correcting syntax error in app.py file
Original upload of app.py, requirements.txt, and tesla_db (vector database) folder from a local computer folder (not directly from Google Drive folder)
initial commit
