Current section
Files
Jump to
Current section
Files
include/glopenai@vector_store_VectorStoreSearchResultItem.hrl
-record(vector_store_search_result_item, {
file_id :: binary(),
filename :: binary(),
score :: float(),
attributes :: gleam@dict:dict(binary(), glopenai@vector_store:attribute_value()),
content :: list(glopenai@vector_store:vector_store_search_result_content_object())
}).