- sanitizeFilename(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Sanitize filename by removing path.
- selectHeaderAccept(String[]) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Select the Accept header's value from the given accepts array:
if JSON exists in the given array, use it;
otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- serialize(Object) - Method in class tech.amikos.chromadb.handler.JSON
-
Serialize the given Java object into JSON string.
- serialize(CreateEmbeddingRequest.TruncateMode, Type, JsonSerializationContext) - Method in class tech.amikos.cohere.CreateEmbeddingRequest.TruncateModeSerializer
-
- serialize(CreateEmbeddingRequest, Type, JsonSerializationContext) - Method in class tech.amikos.openai.CreateEmbeddingRequest.CreateEmbeddingRequestSerializer
-
- serialize() - Method in class tech.amikos.openai.CreateEmbeddingRequest.Input
-
- setAccessToken(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Helper method to set access token for the first OAuth2 authentication.
- setAccessToken(String) - Method in class tech.amikos.chromadb.handler.auth.OAuth
-
- setApiClient(ApiClient) - Method in class tech.amikos.chromadb.handler.DefaultApi
-
- setApiKey(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class tech.amikos.chromadb.handler.auth.ApiKeyAuth
-
- setApiKeyPrefix(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class tech.amikos.chromadb.handler.auth.ApiKeyAuth
-
- setBasePath(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Set base path
- setDateFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.ApiClient
-
- setDateFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.JSON
-
- setDateTimeFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.ApiClient
-
- setDateTimeFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.JSON
-
- setDebugging(boolean) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class tech.amikos.chromadb.handler.Configuration
-
Set the default API client, which would be used when creating API
instances without providing an API client.
- setDetail(List<ValidationError>) - Method in class tech.amikos.chromadb.model.HTTPValidationError
-
- setDocuments(List<String>) - Method in class tech.amikos.chromadb.model.AddEmbedding
-
- setDocuments(List<String>) - Method in class tech.amikos.chromadb.model.UpdateEmbedding
-
- setEmbeddings(List<Object>) - Method in class tech.amikos.chromadb.model.AddEmbedding
-
- setEmbeddings(List<Object>) - Method in class tech.amikos.chromadb.model.UpdateEmbedding
-
- setFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.JSON.DateTimeTypeAdapter
-
- setFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.JSON.DateTypeAdapter
-
- setFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.JSON.LocalDateTypeAdapter
-
- setFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.JSON.SqlDateTypeAdapter
-
- setGetOrCreate(Boolean) - Method in class tech.amikos.chromadb.model.CreateCollection
-
- setGson(Gson) - Method in class tech.amikos.chromadb.handler.JSON
-
Set Gson.
- setHttpClient(OkHttpClient) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Set HTTP client
Update with a modified instance using for e.g.
- setIds(List<String>) - Method in class tech.amikos.chromadb.model.AddEmbedding
-
- setIds(List<String>) - Method in class tech.amikos.chromadb.model.DeleteEmbedding
-
- setIds(List<String>) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setIds(List<String>) - Method in class tech.amikos.chromadb.model.UpdateEmbedding
-
- setInclude(List<AnyOfGetEmbeddingIncludeItems>) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setInclude(List<QueryEmbedding.IncludeEnum>) - Method in class tech.amikos.chromadb.model.QueryEmbedding
-
- setIncrementIndex(Boolean) - Method in class tech.amikos.chromadb.model.AddEmbedding
-
- setIncrementIndex(Boolean) - Method in class tech.amikos.chromadb.model.UpdateEmbedding
-
- setJSON(JSON) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Set JSON
- setLenientOnJson(boolean) - Method in class tech.amikos.chromadb.handler.ApiClient
-
- setLenientOnJson(boolean) - Method in class tech.amikos.chromadb.handler.JSON
-
- setLimit(Integer) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setLoc(List<AnyOfValidationErrorLocItems>) - Method in class tech.amikos.chromadb.model.ValidationError
-
- setLocalDateFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.ApiClient
-
- setLocalDateFormat(DateTimeFormatter) - Method in class tech.amikos.chromadb.handler.JSON
-
- setMetadata(Object) - Method in class tech.amikos.chromadb.model.CreateCollection
-
- setMetadatas(List<Map<String, Object>>) - Method in class tech.amikos.chromadb.model.AddEmbedding
-
- setMetadatas(List<Object>) - Method in class tech.amikos.chromadb.model.UpdateEmbedding
-
- setModel(String) - Method in class tech.amikos.openai.CreateEmbeddingRequest
-
- setMsg(String) - Method in class tech.amikos.chromadb.model.ValidationError
-
- setName(String) - Method in class tech.amikos.chromadb.model.CreateCollection
-
- setNewMetadata(Object) - Method in class tech.amikos.chromadb.model.UpdateCollection
-
- setNewName(String) - Method in class tech.amikos.chromadb.model.UpdateCollection
-
- setNResults(Integer) - Method in class tech.amikos.chromadb.model.QueryEmbedding
-
- setOffset(Integer) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setPassword(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class tech.amikos.chromadb.handler.auth.HttpBasicAuth
-
- setQueryEmbeddings(List<Object>) - Method in class tech.amikos.chromadb.model.QueryEmbedding
-
- setRawSql(String) - Method in class tech.amikos.chromadb.model.RawSql
-
- setSort(String) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setSqlDateFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.ApiClient
-
- setSqlDateFormat(DateFormat) - Method in class tech.amikos.chromadb.handler.JSON
-
- setTempFolderPath(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Set the temporary folder path (for downloading files)
- setType(String) - Method in class tech.amikos.chromadb.model.ValidationError
-
- setUserAgent(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class tech.amikos.chromadb.handler.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class tech.amikos.chromadb.handler.auth.HttpBasicAuth
-
- setWhere(Object) - Method in class tech.amikos.chromadb.model.DeleteEmbedding
-
- setWhere(Object) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setWhere(Map<String, Object>) - Method in class tech.amikos.chromadb.model.QueryEmbedding
-
- setWhereDocument(Object) - Method in class tech.amikos.chromadb.model.DeleteEmbedding
-
- setWhereDocument(Object) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- setWhereDocument(Map<String, Object>) - Method in class tech.amikos.chromadb.model.QueryEmbedding
-
- sort(String) - Method in class tech.amikos.chromadb.model.GetEmbedding
-
- source() - Method in class tech.amikos.chromadb.handler.ProgressResponseBody
-
- SqlDateTypeAdapter() - Constructor for class tech.amikos.chromadb.handler.JSON.SqlDateTypeAdapter
-
- SqlDateTypeAdapter(DateFormat) - Constructor for class tech.amikos.chromadb.handler.JSON.SqlDateTypeAdapter
-
- StringUtil - Class in tech.amikos.chromadb.handler
-
- StringUtil() - Constructor for class tech.amikos.chromadb.handler.StringUtil
-