Spaces:
Running
Running
Marina Pliusnina
commited on
Commit
·
64b7ff4
1
Parent(s):
e724a18
adding links
Browse files
rag.py
CHANGED
@@ -63,7 +63,7 @@ class RAG:
|
|
63 |
for doc in docs:
|
64 |
text_context += doc[0].page_content
|
65 |
full_context += doc[0].page_content + "\n"
|
66 |
-
full_context += doc[0].metadata["
|
67 |
|
68 |
return text_context, full_context
|
69 |
|
|
|
63 |
for doc in docs:
|
64 |
text_context += doc[0].page_content
|
65 |
full_context += doc[0].page_content + "\n"
|
66 |
+
full_context += doc[0].metadata["ULTIMA_VERSIO"] + "\n\n"
|
67 |
|
68 |
return text_context, full_context
|
69 |
|