Spaces:
Running
Running
Commit ·
f23b49b
1
Parent(s): 7afaeef
updated requirements.txt
Browse files
backend/agent.py
CHANGED
|
@@ -27,9 +27,9 @@ from langgraph.graph import StateGraph, START, END
|
|
| 27 |
from langgraph.prebuilt import ToolNode
|
| 28 |
from langgraph.checkpoint.memory import MemorySaver
|
| 29 |
|
| 30 |
-
from google.oauth2.credentials import Credentials
|
| 31 |
-
from google_auth_oauthlib.flow import InstalledAppFlow
|
| 32 |
-
from googleapiclient.discovery import build
|
| 33 |
|
| 34 |
# import function from api.py
|
| 35 |
from .api import get_gcal_service
|
|
|
|
| 27 |
from langgraph.prebuilt import ToolNode
|
| 28 |
from langgraph.checkpoint.memory import MemorySaver
|
| 29 |
|
| 30 |
+
# from google.oauth2.credentials import Credentials
|
| 31 |
+
# from google_auth_oauthlib.flow import InstalledAppFlow
|
| 32 |
+
# from googleapiclient.discovery import build
|
| 33 |
|
| 34 |
# import function from api.py
|
| 35 |
from .api import get_gcal_service
|
backend/data/faiss_store/v41_1000-250/index.faiss
CHANGED
|
Binary files a/backend/data/faiss_store/v41_1000-250/index.faiss and b/backend/data/faiss_store/v41_1000-250/index.faiss differ
|
|
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|