Marina Pliusnina commited on
Commit
64b7ff4
1 Parent(s): e724a18

adding links

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
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["Títol de la norma"] + "\n\n"
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