Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChunkResult ¶ added in v0.8.0
type ChunkResult struct {
ChunkIndex string `json:"chunk_index" db:"chunk_index"`
ChunkText string `json:"chunk_text" db:"chunk_text"`
Score string `json:"score" db:"score"`
}
func SearchChunks ¶ added in v0.8.0
func SearchChunks( ctx context.Context, oauthToken, database, schema, table, vectorLiteral string, ) ([]ChunkResult, error)
type DatabaseInfo ¶ added in v0.8.0
type DatabaseInfo struct {
Name string `json:"name" db:"name"`
Comment string `json:"comment,omitempty" db:"comment"`
}
func ShowDatabases ¶ added in v0.8.0
func ShowDatabases(ctx context.Context, oauthToken string) ([]DatabaseInfo, error)
Click to show internal directories.
Click to hide internal directories.