You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain
Taqi Jaffri ef8b5f64bc
Tiny code review and docs fix for Docugami DataLoader (#4877)
# Docs and code review fixes for Docugami DataLoader

1. I noticed a couple of hyperlinks that are not loading in the
langchain docs (I guess need explicit anchor tags). Added those.
2. In code review @eyurtsev had a
[suggestion](https://github.com/hwchase17/langchain/pull/4727#discussion_r1194069347)
to allow string paths. Turns out just updating the type works (I tested
locally with string paths).

# Pre-submission checks
I ran `make lint` and `make tests` successfully.

---------

Co-authored-by: Taqi Jaffri <tjaffri@docugami.com>
1 year ago
..
agents Update planner_prompt.py, change usery to user (#4623) 1 year ago
callbacks Retry session and tenant (#4822) 1 year ago
chains fix: agenerate miss run_manager args in llm.py (#4566) 1 year ago
chat_models Exponential back-off support for Google PaLM api (#4001) 1 year ago
cli Add dev option (#4828) 1 year ago
client Add Support for Flexible Input Format for LLM and Chat Model Runs (#4805) 1 year ago
docstore Add `DocstoreFn` - lookup doc via arbitrary function (#3760) 1 year ago
document_loaders Tiny code review and docs fix for Docugami DataLoader (#4877) 1 year ago
embeddings Fix subclassing OpenAIEmbeddings (#4500) 1 year ago
evaluation Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
experimental Some notebook and client fixes (add retries, clean up docs, etc) (#4820) 1 year ago
graphs Minor: Remove duplicated word in error message (#2706) 1 year ago
indexes Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
llms Exponential back-off support for Google PaLM api (#4001) 1 year ago
memory Cassandra support for chat history (#4378) (#4764) 1 year ago
output_parsers Harrison/json new line (#4646) 1 year ago
prompts Add from_file method to message prompt template (#4713) 1 year ago
retrievers docs `retriever` improvements (#4430) 1 year ago
tools Update utils.py to make headless an optional argument (#4745) 1 year ago
utilities Added cleaning up the downloaded PDF files (#4601) 1 year ago
vectorstores Remove unused variables in Milvus vectorstore (#4868) 1 year ago
__init__.py console callback verbose (#4696) 1 year ago
base_language.py Harrison/standard llm interface (#4615) 1 year ago
cache.py Optimize the initialization method of GPTCache (#4522) 1 year ago
docker-compose.yaml Update docker-compose.yaml (#3582) 1 year ago
document_transformers.py Contextual compression retriever (#2915) 1 year ago
env.py Add Environment Info to Run (#4691) 1 year ago
example_generator.py Replace remaining usage of basellm with baselangmodel (#3981) 1 year ago
formatting.py Validate `input_variables` when using `jinja2` templates (#3140) 1 year ago
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2 years ago
math_utils.py fix #3884 (#3475) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 2 years ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Move PythonRepl -> langchain.utilities (#2917) 1 year ago
requests.py fixed aiohttp.client_exceptions.ClientConnectionError: Connection closed (#2718) 1 year ago
schema.py Add _type for all parsers (#4189) 1 year ago
serpapi.py move serpapi wrapper (#1199) 2 years ago
server.py Update Tracing Walkthrough (#4760) 1 year ago
sql_database.py Vwp/sqlalchemy (#4145) 1 year ago
text_splitter.py Fix TextSplitter.from_tiktoken(#4361) 1 year ago
utils.py Harrison/virtual time (#4658) 1 year ago