target-benchmark / target

TARGET is a benchmark for evaluating Table Retrieval for Generative Tasks such as Fact Verification and Text-to-SQL
https://target-benchmark.github.io
Apache License 2.0
14 stars 6 forks source link

Support standardized embedding #9

Closed jixy2012 closed 6 months ago

jixy2012 commented 6 months ago

Added in-memory qdrant vector db to support standardized embedding retrievers

What is a standardized embedding retriever?

Support Implemented

OAIEmbedder Class In order to test the vector db support, I wrote a simple embedder that inherits from the AbsStandardizedEmbeddingRetriever class. It basically just embeds the table string/query with openai text embedding small. This is for testing purposes.