mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
community[minor]: Implemented Kinetica Document Loader and added notebooks (#20002)
- [ ] **Kinetica Document Loader**: "community: a class to load Documents from Kinetica" - [ ] **Kinetica Document Loader**: - **Description:** implemented KineticaLoader in `kinetica_loader.py` - **Dependencies:** install the Kinetica API using `pip install gpudb==7.2.0.1 `
This commit is contained in:
@@ -89,6 +89,7 @@ EXPECTED_ALL = [
|
||||
"IuguLoader",
|
||||
"JSONLoader",
|
||||
"JoplinLoader",
|
||||
"KineticaLoader",
|
||||
"LLMSherpaFileLoader",
|
||||
"LarkSuiteDocLoader",
|
||||
"LakeFSLoader",
|
||||
|
Reference in New Issue
Block a user