Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,18 @@ from langchain import hub
|
|
| 14 |
|
| 15 |
from github import fetch_github_issues
|
| 16 |
from note import note_tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# ENV
|
| 19 |
|
|
|
|
| 14 |
|
| 15 |
from github import fetch_github_issues
|
| 16 |
from note import note_tool
|
| 17 |
+
#import os
|
| 18 |
+
#import gradio as gr
|
| 19 |
+
#from dotenv import load_dotenv
|
| 20 |
+
|
| 21 |
+
#from langchain_openai import ChatOpenAI, OpenAIEmbeddings
|
| 22 |
+
#from langchain_community.vectorstores import AstraDB
|
| 23 |
+
from langchain.agents import initialize_agent, AgentType
|
| 24 |
+
#from langchain.tools.retriever import create_retriever_tool
|
| 25 |
+
#from langchain import hub
|
| 26 |
+
|
| 27 |
+
#from github import fetch_github_issues
|
| 28 |
+
#from note import note_tool
|
| 29 |
|
| 30 |
# ENV
|
| 31 |
|