Index

A B C D E F G H I L M N O Q R T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AddEmbeddingsRequest(String, float[], Map<String, Object>, String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
 
AddEmbeddingsRequest(List<String>, List<float[]>, List<Map<String, Object>>, List<String>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Creates an instance of a AddEmbeddingsRequest record class.
afterPropertiesSet() - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
all - Static variable in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
 

B

baseUrl(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi.Builder
 
build() - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi.Builder
 
build() - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Builds the ChromaVectorStore instance.
builder() - Static method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
builder(ChromaApi, EmbeddingModel) - Static method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
Builder() - Constructor for class org.springframework.ai.chroma.vectorstore.ChromaApi.Builder
 

C

ChromaApi - Class in org.springframework.ai.chroma.vectorstore
Single-class Chroma API implementation based on the (unofficial) Chroma REST API.
ChromaApi(String, RestClient.Builder, ObjectMapper) - Constructor for class org.springframework.ai.chroma.vectorstore.ChromaApi
 
ChromaApi.AddEmbeddingsRequest - Record Class in org.springframework.ai.chroma.vectorstore
Add embeddings to the chroma data store.
ChromaApi.Builder - Class in org.springframework.ai.chroma.vectorstore
 
ChromaApi.Collection - Record Class in org.springframework.ai.chroma.vectorstore
Chroma embedding collection.
ChromaApi.CreateCollectionRequest - Record Class in org.springframework.ai.chroma.vectorstore
Request to create a new collection with the given name and metadata.
ChromaApi.CreateDatabaseRequest - Record Class in org.springframework.ai.chroma.vectorstore
Request to create a new database
ChromaApi.CreateTenantRequest - Record Class in org.springframework.ai.chroma.vectorstore
Request to create a new tenant
ChromaApi.Database - Record Class in org.springframework.ai.chroma.vectorstore
Chroma database.
ChromaApi.DeleteEmbeddingsRequest - Record Class in org.springframework.ai.chroma.vectorstore
Request to delete embedding from a collection.
ChromaApi.Embedding - Record Class in org.springframework.ai.chroma.vectorstore
Single query embedding response.
ChromaApi.GetEmbeddingResponse - Record Class in org.springframework.ai.chroma.vectorstore
Object containing the get embedding results.
ChromaApi.GetEmbeddingsRequest - Record Class in org.springframework.ai.chroma.vectorstore
Get embeddings from a collection.
ChromaApi.QueryRequest - Record Class in org.springframework.ai.chroma.vectorstore
Request to get the nResults nearest neighbor embeddings for provided queryEmbeddings.
ChromaApi.QueryRequest.Include - Enum Class in org.springframework.ai.chroma.vectorstore
 
ChromaApi.QueryResponse - Record Class in org.springframework.ai.chroma.vectorstore
A QueryResponse object containing the query results.
ChromaApi.Tenant - Record Class in org.springframework.ai.chroma.vectorstore
Chroma tenant.
ChromaApiConstants - Class in org.springframework.ai.chroma.vectorstore.common
Common value constants for Chroma api.
ChromaFilterExpressionConverter - Class in org.springframework.ai.chroma.vectorstore
Converts Filter.Expression into Chroma metadata filter expression format.
ChromaFilterExpressionConverter() - Constructor for class org.springframework.ai.chroma.vectorstore.ChromaFilterExpressionConverter
 
ChromaVectorStore - Class in org.springframework.ai.chroma.vectorstore
ChromaVectorStore is a concrete implementation of the VectorStore interface.
ChromaVectorStore(ChromaVectorStore.Builder) - Constructor for class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
ChromaVectorStore.Builder - Class in org.springframework.ai.chroma.vectorstore
 
Collection(String, String, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Creates an instance of a Collection record class.
collectionName(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets the collection name.
countEmbeddings(String, String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
createCollection(String, String, ChromaApi.CreateCollectionRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
CreateCollectionRequest(String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
 
CreateCollectionRequest(String, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Creates an instance of a CreateCollectionRequest record class.
createDatabase(String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
CreateDatabaseRequest(String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateDatabaseRequest
Creates an instance of a CreateDatabaseRequest record class.
createObservationContextBuilder(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
createTenant(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
CreateTenantRequest(String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateTenantRequest
Creates an instance of a CreateTenantRequest record class.

D

Database(String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.Database
Creates an instance of a Database record class.
databaseName(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets the database name.
DEFAULT_BASE_URL - Static variable in class org.springframework.ai.chroma.vectorstore.common.ChromaApiConstants
 
DEFAULT_COLLECTION_NAME - Static variable in class org.springframework.ai.chroma.vectorstore.common.ChromaApiConstants
 
DEFAULT_DATABASE_NAME - Static variable in class org.springframework.ai.chroma.vectorstore.common.ChromaApiConstants
 
DEFAULT_TENANT_NAME - Static variable in class org.springframework.ai.chroma.vectorstore.common.ChromaApiConstants
 
deleteCollection(String, String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
Delete a collection with the given name.
deleteDatabase(String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
Delete a database with the given name.
deleteEmbeddings(String, String, String, ChromaApi.DeleteEmbeddingsRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
DeleteEmbeddingsRequest(List<String>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
 
DeleteEmbeddingsRequest(List<String>, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Creates an instance of a DeleteEmbeddingsRequest record class.
distances() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns the value of the distances record component.
distances() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns the value of the distances record component.
DISTANCES - Enum constant in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
 
doAdd(List<Document>) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
document() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns the value of the document record component.
documents() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns the value of the documents record component.
documents() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns the value of the documents record component.
documents() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns the value of the documents record component.
DOCUMENTS - Enum constant in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
 
doDelete(List<String>) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
doDelete(Filter.Expression) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 
doSimilaritySearch(SearchRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore
 

E

embedding() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns the value of the embedding record component.
Embedding(String, float[], String, Map<String, Object>, Double) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Creates an instance of a Embedding record class.
embeddings() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns the value of the embeddings record component.
embeddings() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns the value of the embeddings record component.
EMBEDDINGS - Enum constant in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
 
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateDatabaseRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateTenantRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Database
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Tenant
Indicates whether some other object is "equal to" this one.

F

filterExpressionConverter(FilterExpressionConverter) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets the filter expression converter.

G

getCollection(String, String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
getDatabase(String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
GetEmbeddingResponse(List<String>, List<float[]>, List<String>, List<Map<String, String>>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Creates an instance of a GetEmbeddingResponse record class.
getEmbeddings(String, String, String, ChromaApi.GetEmbeddingsRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
GetEmbeddingsRequest(List<String>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>, Integer, Integer) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
 
GetEmbeddingsRequest(List<String>, Map<String, Object>, Integer, Integer, List<ChromaApi.QueryRequest.Include>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Creates an instance of a GetEmbeddingsRequest record class.
getTenant(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 

H

hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateDatabaseRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateTenantRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Database
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns a hash code value for this object.
hashCode() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Tenant
Returns a hash code value for this object.

I

id() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Returns the value of the id record component.
id() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns the value of the id record component.
ids() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns the value of the ids record component.
ids() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns the value of the ids record component.
include() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns the value of the include record component.
include() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns the value of the include record component.
initializeImmediately(boolean) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets whether to initialize immediately.
initializeSchema(boolean) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets whether to initialize the schema.

L

limit() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns the value of the limit record component.
listCollections(String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 

M

metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns the value of the metadata record component.
metadata() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns the value of the metadata record component.
METADATAS - Enum constant in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
 

N

name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateDatabaseRequest
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateTenantRequest
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Database
Returns the value of the name record component.
name() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Tenant
Returns the value of the name record component.
nResults() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns the value of the nResults record component.

O

objectMapper(ObjectMapper) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi.Builder
 
offset() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns the value of the offset record component.
org.springframework.ai.chroma.vectorstore - package org.springframework.ai.chroma.vectorstore
Provides the API for embedding observations.
org.springframework.ai.chroma.vectorstore.common - package org.springframework.ai.chroma.vectorstore.common
 

Q

queryCollection(String, String, String, ChromaApi.QueryRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
queryEmbeddings() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns the value of the queryEmbeddings record component.
QueryRequest(float[], Integer) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Convenience to query for a single embedding instead of a batch of embeddings.
QueryRequest(float[], Integer, Map<String, Object>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
 
QueryRequest(List<float[]>, Integer, Map<String, Object>, List<ChromaApi.QueryRequest.Include>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Creates an instance of a QueryRequest record class.
QueryResponse(List<List<String>>, List<List<float[]>>, List<List<String>>, List<List<Map<String, Object>>>, List<List<Double>>) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Creates an instance of a QueryResponse record class.

R

restClientBuilder(RestClient.Builder) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi.Builder
 

T

Tenant(String) - Constructor for record class org.springframework.ai.chroma.vectorstore.ChromaApi.Tenant
Creates an instance of a Tenant record class.
tenantName(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaVectorStore.Builder
Sets the tenant name.
toEmbeddingResponseList(ChromaApi.QueryResponse) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.AddEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Collection
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateCollectionRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateDatabaseRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.CreateTenantRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Database
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Embedding
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryResponse
Returns a string representation of this record class.
toString() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.Tenant
Returns a string representation of this record class.

U

upsertEmbeddings(String, String, String, ChromaApi.AddEmbeddingsRequest) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 

V

valueOf(String) - Static method in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest.Include
Returns an array containing the constants of this enum class, in the order they are declared.

W

where() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.DeleteEmbeddingsRequest
Returns the value of the where record component.
where() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.GetEmbeddingsRequest
Returns the value of the where record component.
where() - Method in record class org.springframework.ai.chroma.vectorstore.ChromaApi.QueryRequest
Returns the value of the where record component.
where(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
 
withBasicAuthCredentials(String, String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
Configure access to ChromaDB secured with Basic Authentication: https://docs.trychroma.com/usage-guide#basic-authentication
withKeyToken(String) - Method in class org.springframework.ai.chroma.vectorstore.ChromaApi
Configure access to ChromaDB secured with static API Token Authentication: https://docs.trychroma.com/usage-guide#static-api-token-authentication
A B C D E F G H I L M N O Q R T U V W 
All Classes and Interfaces|All Packages|Constant Field Values