bstraehle commited on
Commit
551e06b
1 Parent(s): 1616958

Update rag_langchain.py

Browse files
Files changed (1) hide show
  1. rag_langchain.py +1 -1
rag_langchain.py CHANGED
@@ -17,7 +17,7 @@ from pymongo import MongoClient
17
  from rag_base import BaseRAG
18
 
19
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com"
20
- os.environ["LANGCHAIN_PROJECT"] = "openai-llm-agent"
21
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
22
 
23
  class LangChainRAG(BaseRAG):
 
17
  from rag_base import BaseRAG
18
 
19
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com"
20
+ os.environ["LANGCHAIN_PROJECT"] = "openai-llm-rag"
21
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
22
 
23
  class LangChainRAG(BaseRAG):