MCPcopy
hub / github.com/openai/chatgpt-retrieval-plugin / QueryWithEmbedding

Class QueryWithEmbedding

models/models.py:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60class QueryWithEmbedding(Query):
61 embedding: List[float]
62
63
64class QueryResult(BaseModel):

Callers 15

queryMethod · 0.90
queriesFunction · 0.90
queriesFunction · 0.90
test_query_scoreFunction · 0.90
test_query_filterFunction · 0.90
test_deleteFunction · 0.90
test_delete_allFunction · 0.90

Calls

no outgoing calls