Experiment - Vector database operations (CRUD)
Problem:You have a vector database storing embeddings of text documents. The current system can add vectors but does not support updating or deleting them. This limits your ability to keep the database accurate and up to date.
Current Metrics:Add operation success rate: 100%, Update operation: Not supported, Delete operation: Not supported, Query accuracy: 75%
Issue:The database lacks full CRUD (Create, Read, Update, Delete) operations. This causes stale or incorrect data to remain, reducing query accuracy.