Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreSearchResultItem.hrl
Raw

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())
}).