When using models on Oxen.ai, by default we store the model inputs, outputs, and metadata in a repository. Every piece of data is versioned so you can trace the provenance of your data and models. In order to version data at scale, we built an open source version control system that can scale to monorepos with millions of files and terabytes of data.Documentation Index
Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
Use this file to discover all available pages before exploring further.
Key Concepts
- Repository: A collection of files and folders that is versioned together.
- Commit: A snapshot of a repository at a given time.
- Branch: A named pointer to a commit.
- Dataset: A tabular file within an oxen repository that can be indexed and searched. ie csv, jsonl, parquet, etc.
- Workspace: The equivalent of a working directory on the remote server where files can be added in an uncommitted state.