Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
class
QueryWithEmbedding(Query):
61
embedding: List[float]
62
63
64
class
QueryResult(BaseModel):
Callers
15
query
Method · 0.90
queries
Function · 0.90
queries
Function · 0.90
test_upsert_existing_chunk
Function · 0.90
test_query_score
Function · 0.90
test_query_filter
Function · 0.90
test_delete
Function · 0.90
test_delete_all
Function · 0.90
test_query_returns_all_on_single_query
Function · 0.90
test_query_returns_closest_entry
Function · 0.90
test_query_filter_by_document_id_returns_this_document_chunks
Function · 0.90
test_query_start_date_converts_datestring
Function · 0.90
Calls
no outgoing calls
Tested by
15
queries
Function · 0.72
queries
Function · 0.72
test_upsert_existing_chunk
Function · 0.72
test_query_score
Function · 0.72
test_query_filter
Function · 0.72
test_delete
Function · 0.72
test_delete_all
Function · 0.72
test_query_returns_all_on_single_query
Function · 0.72
test_query_returns_closest_entry
Function · 0.72
test_query_filter_by_document_id_returns_this_document_chunks
Function · 0.72
test_query_start_date_converts_datestring
Function · 0.72
test_query_end_date_converts_datestring
Function · 0.72