You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
None
Description
Hi folks !
My local RAG-LLM is working properly using LangChain Gradio interface.
RAG returns file location which faiss found out, like 'folder_A\knowledge.pdf'.
'folder_A' is subdirectory of working directory.
I've been trying to link this information to actual file to access easily.
If Gradio is working on 'ww.xx.yy.zz:7860', how the link should be ?
like
https://ww.xx.yy.zz:7860\folder_A\knowledge.pdf
or
https://ww.xx.yy.zz:7860/folder_A/knowledge.pdf
or something else ?
Any information will be helpful.
Thanks in advance.
System Info
python3.10.16 on conda for Windows11Pro
langchain 0.3.20
langchain_community 0.3.19
faiss 1.10.0
gradio 5.20.1
llama_cpp_python 0.3.7
Beta Was this translation helpful? Give feedback.
All reactions