Spaces:
Runtime error
Runtime error
Update rag.py
Browse files
rag.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# rag.py
|
|
|
|
| 2 |
|
| 3 |
from langchain.vectorstores import Chroma
|
| 4 |
from langchain.chat_models import ChatOllama
|
|
|
|
| 1 |
# rag.py
|
| 2 |
+
# https://github.com/vndee/local-rag-example/blob/main/rag.py
|
| 3 |
|
| 4 |
from langchain.vectorstores import Chroma
|
| 5 |
from langchain.chat_models import ChatOllama
|