SiddarthaRachakonda
commited on
Commit
•
ca73534
1
Parent(s):
57b5b5a
modified structure
Browse files- app/chains.py +1 -1
app/chains.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
from langchain_huggingface import HuggingFaceEndpoint
|
3 |
from langchain_core.runnables import RunnablePassthrough
|
4 |
import app.schemas as schemas
|
5 |
-
from prompts import (
|
6 |
raw_prompt,
|
7 |
raw_prompt_formatted,
|
8 |
format_context,
|
|
|
2 |
from langchain_huggingface import HuggingFaceEndpoint
|
3 |
from langchain_core.runnables import RunnablePassthrough
|
4 |
import app.schemas as schemas
|
5 |
+
from app.prompts import (
|
6 |
raw_prompt,
|
7 |
raw_prompt_formatted,
|
8 |
format_context,
|