Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point of interest search? #105

Open
contrun opened this issue Feb 7, 2024 · 1 comment
Open

Point of interest search? #105

contrun opened this issue Feb 7, 2024 · 1 comment

Comments

@contrun
Copy link

contrun commented Feb 7, 2024

I have two use cases in mind. One is to search POIs from openstreemap. One is to retrieve POIs information with embedding. POIs from openstreemap are almost dead data, while the retrieved POIs information in RAG (retrieval augmented generation for large language model) is almost certainly custom data about POIs. Is there any cloud-optimized data formats to store POIs and data related to them? How do I perform search over these data formats? I believe these data formats do not exist yet. What are some alternative methods to do that currently?

@kylebarron
Copy link
Member

You should be able to use any vector geo format mentioned in the guide for spatial searches, e.g. inside a given bounding box. I'm not familiar of a cloud-native format for both spatial and vector searches, if you want to search based on the content of your embeddings as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants