摘要:
Build a Retrieval Augmented Generation (RAG) App https://python.langchain.com/docs/tutorials/rag/ One of the most powerful applications enabled by LLM 阅读全文
摘要:
how langchain call api https://sj-langchain.readthedocs.io/en/latest/chains/langchain.chains.api.openapi.chain.OpenAPIEndpointChain.html https://pytho 阅读全文
摘要:
langchain serialization https://zhuanlan.zhihu.com/p/640693519 8序列化 这个笔记本涵盖了如何将链序列化到磁盘和从磁盘序列化。我们使用的序列化格式是json或yaml。目前,只有一些链支持这种类型的序列化。我们将随着时间的推移增加支持的链 阅读全文
摘要:
pydantic.computed_field() https://github.com/weet-ai/text2sql-workshop/blob/main/text2sql/text2sql/core.py from langchain.chat_models import ChatOpenA 阅读全文