Lance Martin
Lance Martin
> @raymond-yuan What's the timeline on getting #6570 merged? How can I help? This is somewhat of a blocking issue for me. I'll have a look at #6570 today.
@baskaryan wasn't sure how image files are managed; e.g., i see `` on another page as an example, but I don't see the `map_reduce.jpg` file itself checked in. I created...
Also, related update to [map-reduce](https://github.com/hwchase17/langchain/pull/7453) that sets up some work that will go in later this week.
> I agree with you that relevance scores method was created to enforce an interpretation of what score means. > > At the same time, I also think that since...
@boxcounter please confirm that https://github.com/hwchase17/langchain/pull/6570 implements what you need. Will work with @raymond-yuan to get this in.
I've used Geopandas in the past and am a fan! Can help get this in. Looks like we need a notebook.
Added example notebook that shows how to create geopandas DF and then load it. A use-case example showing chat over structured data that includes lat, lng would be fun. 
Ah, I see. Will BIGSERIAL always be used as Supabase primary key? If so, we can modify ID. Feel free to put up a PR!
See Lint error ``` langchain/document_loaders/xorbits.py:22:89: E501 Line too long (95 > 88 characters) ``` Run `poetry run ruff .` to check locally before pushing. Also you can run `make format`...
With the update to `pyproject.toml`, please run `poetry lock --no-update `