langchain/langchain
Matt Robinson 270384fb44
fix: pass unstructured kwargs down in all unstructured loaders (#2506)
### Summary

#1667 updated several Unstructured loaders to accept
`unstructured_kwargs` in the `__init__` function. However, the previous
PR did not add this functionality to every Unstructured loader. This PR
ensures `unstructured_kwargs` are passed in all remaining Unstructured
loaders.
2023-04-06 12:29:52 -07:00
..
agents Simple typo fix in openapi agent toolkit (#2502) 2023-04-06 09:44:26 -07:00
callbacks improve AsyncCallbackManager (#2410) 2023-04-05 09:31:42 +02:00
chains Harrison/openapi spec (#2474) 2023-04-06 09:47:37 -07:00
chat_models Add temperature to ChatOpenAI (#2152) 2023-03-29 16:04:44 -04:00
docstore Harrison/retrieval code (#1916) 2023-03-22 23:15:04 -07:00
document_loaders fix: pass unstructured kwargs down in all unstructured loaders (#2506) 2023-04-06 12:29:52 -07:00
embeddings Update LlamaCpp parameters (#2411) 2023-04-04 19:52:33 -07:00
evaluation Harrison/agent eval (#1620) 2023-03-14 12:37:48 -07:00
graphs Harrison/gml save (#1676) 2023-03-14 20:00:22 -07:00
indexes Fix typo in VectorStoreIndexWrapper method (#1922) 2023-03-23 07:08:04 -07:00
llms Update LlamaCpp parameters (#2411) 2023-04-04 19:52:33 -07:00
memory Bugfix: Redis lrange() retrieves records in opposite order of inseerting (#2167) 2023-03-29 22:09:01 -07:00
output_parsers Harrison/guarded output parser (#1804) 2023-03-21 22:07:23 -07:00
prompts chat model example (#2310) 2023-04-02 14:04:09 -07:00
retrievers Harrison/tfidf retriever (#2440) 2023-04-05 07:36:49 -07:00
tools Harrison/openapi spec (#2474) 2023-04-06 09:47:37 -07:00
utilities requests wrapper (#2367) 2023-04-03 21:57:19 -07:00
vectorstores fix: elasticsearch (#2402) 2023-04-05 06:51:32 -07:00
__init__.py Harrison/llama (#2314) 2023-04-02 14:57:45 -07:00
cache.py Avoid IntegrityError for SQLiteCache updates (#1286) 2023-02-26 17:54:43 -08:00
docker-compose.yaml add tracing support to langchain (#741) 2023-01-26 17:38:13 -08:00
example_generator.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
formatting.py initial commit 2022-10-24 14:51:15 -07:00
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08: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 Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 2023-02-28 19:44:39 -08:00
requests.py Fix requests wrapper refactor (#2417) 2023-04-04 18:22:35 -07:00
schema.py supported async retriever (#2149) 2023-03-30 10:14:05 -04:00
serpapi.py move serpapi wrapper (#1199) 2023-02-20 21:15:45 -08:00
server.py add tracing support to langchain (#741) 2023-01-26 17:38:13 -08:00
sql_database.py Harrison/sql views (#2376) 2023-04-04 06:48:45 -07:00
text_splitter.py Harrison/latex splitter (#1738) 2023-03-17 08:10:27 -07:00
utils.py Harrison/bing wrapper (#656) 2023-01-19 14:48:30 -08:00