langchain/libs/community/langchain_community
Frank ef082c77b1
community[minor]: add github file loader to load any github file content b… (#15305)
### Description
support load any github file content based on file extension.  

Why not use [git
loader](https://python.langchain.com/docs/integrations/document_loaders/git#load-existing-repository-from-disk)
?
git loader clones the whole repo even only interested part of files,
that's too heavy. This GithubFileLoader only downloads that you are
interested files.

### Twitter handle
my twitter: @shufanhaotop

---------

Co-authored-by: Hao Fan <h_fan@apple.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-02-06 09:42:33 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits community[patch]: fix agent_toolkits mypy (#17050) 2024-02-05 11:56:24 -08:00
callbacks community[patch]: MLflow callback update (#16687) 2024-02-05 15:46:46 -08:00
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
chat_message_histories community[patch]: chat message history mypy fixes (#17059) 2024-02-05 13:13:25 -08:00
chat_models community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
document_loaders community[minor]: add github file loader to load any github file content b… (#15305) 2024-02-06 09:42:33 -08:00
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 2024-01-15 10:39:25 -08:00
embeddings community[patch]: Add Progress bar to HuggingFaceEmbeddings (#16758) 2024-02-05 14:33:34 -08:00
example_selectors refactor langchain.prompts.example_selector (#15369) 2024-02-01 12:05:57 -08:00
graphs infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms community[patch]: Fix error in LlamaCpp community LLM with Configurable Fields, 'grammar' custom type not available (#16995) 2024-02-05 17:56:58 -08:00
output_parsers langchain[patch], community[minor]: move output_parsers.ernie_functions (#16057) 2024-01-17 10:06:18 -08:00
retrievers community[minor]: Breebs docs retriever (#16578) 2024-02-05 15:51:08 -08:00
storage community: revert SQL Stores (#16912) 2024-02-01 16:37:40 -08:00
tools infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
utilities community: Added new Utility runnables for NVIDIA Riva. (#15966) 2024-02-05 19:50:50 -08:00
utils openai[minor]: implement langchain-openai package (#15503) 2024-01-05 15:03:28 -08:00
vectorstores pinecone: init pkg (#16556) 2024-02-05 11:55:01 -08:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
cache.py community: Factorize AstraDB components constructors (#16779) 2024-02-01 10:51:07 -08:00
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00