LangChain WIP; demo of RAG integration from Claude Sonnet 3.7

This commit is contained in:
Adam Wilson
2025-05-15 09:30:25 -06:00
parent 8fc43066e0
commit bf145e70b6
4 changed files with 483 additions and 11 deletions

View File

@@ -31,5 +31,6 @@ jobs:
pip install langchain_huggingface
pip install transformers
pip install accelerate
python -m tests.llm.llm --prompt "What is the capital of France?"
pip install optimum[exporters,onnxruntime]
python -m tests.llm.llm_rag --prompt "What is the capital of France?"