Spaces:
Sleeping
Sleeping
Commit
·
f6045ff
1
Parent(s):
ef571ad
Relative import in app.py
Browse files- app.py +2 -2
- requirements.txt +0 -1
app.py
CHANGED
@@ -4,8 +4,8 @@ import omegaconf
|
|
4 |
from dotenv import load_dotenv
|
5 |
from langchain_core.messages import AIMessage, BaseMessage, HumanMessage
|
6 |
|
7 |
-
from ucl_module_chat.chains.rag_chain import build_rag_chain
|
8 |
-
from ucl_module_chat.utils.resolve_paths import get_abs_path_using_repo_root
|
9 |
|
10 |
load_dotenv()
|
11 |
|
|
|
4 |
from dotenv import load_dotenv
|
5 |
from langchain_core.messages import AIMessage, BaseMessage, HumanMessage
|
6 |
|
7 |
+
from src.ucl_module_chat.chains.rag_chain import build_rag_chain
|
8 |
+
from src.ucl_module_chat.utils.resolve_paths import get_abs_path_using_repo_root
|
9 |
|
10 |
load_dotenv()
|
11 |
|
requirements.txt
CHANGED
@@ -283,4 +283,3 @@ websockets==12.0
|
|
283 |
# via gradio-client
|
284 |
yarl==1.16.0
|
285 |
# via aiohttp
|
286 |
-
git+https://github.com/joe_farrington/ucl_module_chat
|
|
|
283 |
# via gradio-client
|
284 |
yarl==1.16.0
|
285 |
# via aiohttp
|
|