You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description of changes
_Summarize the changes made by this PR._
- Improvements & Bug fixes
- Introduces a `Schema` type and provides builder for it so that users
can construct it intuitively
- Introduces config for various index types. Added type validation for
embedding function for vector index
- Introduces an `InternalSchema` type that gets inited from `Schema`
type. This type is serialized to a json and sent over the wire to the
FE. Also added deserialized method to convert from json to this type
- Added 47 tests for various cases related to these types.
- New functionality
- ...
## Test plan
_How are these changes tested?_
Plenty of unit-tests added
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust
## Migration plan
None
## Observability plan
CI green
## Documentation Changes
Not yet
0 commit comments