ParameterTypeDefaultDescription
clientOptional[Union[BlockingWsSurrealConnection, BlockingHttpSurrealConnection]]NoneA blocking connection, either HTTP or WS
async_clientOptional[Union[AsyncWsSurrealConnection, AsyncHttpSurrealConnection]]NoneAn async connection, either HTTP or WS
collectionstr"documents"Collection name to store documents
distanceDistanceDistance.cosineDistance metric to use (cosine, l2, or max_inner_product)
efcint150HNSW construction time/accuracy trade-off
mint12HNSW max number of connections per element
search_efint40HNSW search time/accuracy trade-off
embedderOptional[Embedder]OpenAIEmbedder()Embedder instance for creating embeddings