Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Schema Example

Concise copy/paste examples for schema support:

  • NewSchema and NewSchemaWithDefaults
  • WithDefaultFtsIndex (FTS)
  • Metadata indexes (WithStringIndex, WithIntIndex, WithFloatIndex, WithBoolIndex)
  • Disabling per-field indexes (DisableStringIndex)
  • SPANN config for Chroma Cloud (WithSpann)

Run

cd examples/v2/schema
go run .