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/tests/integration_tests
Brendan Collins 9aef79c2e3
Add Geopandas.GeoDataFrame Document Loader (#3817)
Work in Progress.
WIP
Not ready...

Adds Document Loader support for
[Geopandas.GeoDataFrames](https://geopandas.org/)

Example:
- [x] stub out `GeoDataFrameLoader` class
- [x] stub out integration tests
- [ ] Experiment with different geometry text representations
- [ ] Verify CRS is successfully added in metadata
- [ ] Test effectiveness of searches on geometries
- [ ] Test with different geometry types (point, line, polygon with
multi-variants).
- [ ] Add documentation

---------

Co-authored-by: Lance Martin <lance@langchain.dev>
Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Lance Martin <122662504+rlancemartin@users.noreply.github.com>
1 year ago
..
agent
cache
callbacks
chains Some mitigations for RCE in PAL chain (#7870) 1 year ago
chat_models Added support for examples for VertexAI chat models. (#7636) 1 year ago
document_loaders Add Geopandas.GeoDataFrame Document Loader (#3817) 1 year ago
embeddings
evaluation
examples
graphs
llms Add LLM for ChatGLM(2)-6B API (#7774) 1 year ago
memory
prompts
retrievers Google Cloud Enterprise Search retriever (#7857) 1 year ago
smith/evaluation
utilities
vectorstores Removed kwargs from add_texts (#7595) 1 year ago
.env.example
__init__.py
conftest.py
test_document_transformers.py
test_kuzu.py
test_long_context_reorder.py Lost in the middle: We have been ordering documents the WRONG way. (for long context) (#7520) 1 year ago
test_nebulagraph.py
test_nlp_text_splitters.py
test_pdf_pagesplitter.py
test_schema.py
test_text_splitter.py