-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vector store not working properly with orderby clause #879
Comments
👋 Hello @affan00733, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis. If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results. |
Can you provide detailed steps to reproduce this error? Not sure if this is related to order by desc, but #898 tests desc works fine. |
Error can be reproduced through
|
The root cause is different paragraphs in from the same PDF are assigned to the same |
Nice catch. Yes, we need to improve the support of creating indexes directly on unstructured tables. |
I think the issue |
Search before asking
EVA DB Component
Other
Bug
Environment
No response
Minimal Reproducible Example
import faiss index = faiss.read_index("/Users/afaanansari/Desktop/gtech/eva/tutorials/evadb_data/index/FAISS_faiss_indexs.index") index.ntotal
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: