langchain/langchain
Zander Chase bee136efa4
Update Tracing Walkthrough (#4760)
Add client methods to read / list runs and sessions.

Update walkthrough to:
- Let the user create a dataset from the runs without going to the UI
- Use the new CLI command to start the server

Improve the error message when `docker` isn't found
2023-05-16 13:26:43 +00:00
..
agents Revert "Make serpapi base url configurable via env (#4402)" (#4750) 2023-05-15 16:17:16 -07:00
callbacks Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
chains Harrison/add top k (#4707) 2023-05-15 09:09:22 -07:00
chat_models Exponential back-off support for Google PaLM api (#4001) 2023-05-15 17:21:11 -07:00
cli Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
client Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
docstore Add DocstoreFn - lookup doc via arbitrary function (#3760) 2023-04-28 19:50:32 -07:00
document_loaders Add source field to metadata (#4462) 2023-05-15 14:30:12 -07:00
embeddings Exponential back-off support for Google PaLM api (#4001) 2023-05-15 17:21:11 -07:00
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
experimental Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
graphs Minor: Remove duplicated word in error message (#2706) 2023-04-11 13:10:33 -07:00
indexes Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
llms Exponential back-off support for Google PaLM api (#4001) 2023-05-15 17:21:11 -07:00
memory Cassandra support for chat history (#4378) (#4764) 2023-05-15 23:43:09 -07:00
output_parsers Harrison/json new line (#4646) 2023-05-13 21:46:33 -07:00
prompts allow partials in from_template (#4638) 2023-05-13 21:47:20 -07:00
retrievers Add Milvus and Zilliz Retrievals (#4416) 2023-05-15 21:22:54 -07:00
tools Update utils.py to make headless an optional argument (#4745) 2023-05-15 17:29:06 -07:00
utilities Harrison/wiki loader (#4765) 2023-05-15 23:42:57 -07:00
vectorstores Fixing DeepLake Overwrite Flag (#4683) 2023-05-15 17:39:16 -07:00
__init__.py feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
base_language.py Harrison/standard llm interface (#4615) 2023-05-13 09:05:31 -07:00
cache.py Optimize the initialization method of GPTCache (#4522) 2023-05-11 16:15:23 -07:00
docker-compose.yaml Update docker-compose.yaml (#3582) 2023-04-26 15:11:59 -07:00
document_transformers.py Contextual compression retriever (#2915) 2023-04-20 17:01:14 -07:00
env.py Add Environment Info to Run (#4691) 2023-05-15 15:38:49 +00:00
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 2023-05-02 21:52:29 -07:00
formatting.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08:00
math_utils.py fix #3884 (#3475) 2023-04-24 19:54:15 -07:00
model_laboratory.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
py.typed Add py.typed marker to package (#121) 2022-11-12 11:22:32 -08:00
python.py Move PythonRepl -> langchain.utilities (#2917) 2023-04-15 10:50:25 -07:00
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 2023-04-11 10:52:55 -07:00
schema.py Add _type for all parsers (#4189) 2023-05-11 01:27:58 -07:00
serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
server.py Update Tracing Walkthrough (#4760) 2023-05-16 13:26:43 +00:00
sql_database.py Vwp/sqlalchemy (#4145) 2023-05-04 20:46:38 -07:00
text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 2023-05-08 16:36:38 -07:00
utils.py Harrison/virtual time (#4658) 2023-05-14 10:29:17 -07:00