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')
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")
Original upload of app.py, requirements.txt, and tesla_db (vector database) folder from a local computer folder (not directly from Google Drive folder)