Skip to content

Commit

Permalink
Merge pull request #157 from lastmile-ai/pr157
Browse files Browse the repository at this point in the history
[Docs] Remove some links to empty pages
  • Loading branch information
saqadri authored Nov 10, 2023
2 parents 10e7ab3 + 7834014 commit 09ced4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions aiconfig-docs/docs/introduction/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ AIConfig is meant to be fully customizable and extensible for your use-cases. Th
- **Evaluation**<div className="label basic coming-soon">Coming Soon</div>: define custom evaluators and run batch evaluation to measure the performance of your `aiconfig`.
- **Routing**<div className="label basic coming-soon">Coming Soon</div>: define custom routers over a series of `aiconfig`s to intelligently route incoming requests over prompts and models (i.e. prompt routing and model routing).
:::tip
<!-- :::tip
Go to [Customization & Extensibility](/docs/category/extensibility) to learn more about AIConfig extensibility
:::
::: -->
5 changes: 4 additions & 1 deletion aiconfig-docs/docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,10 @@ config.save('updated.aiconfig.json', include_outputs=True)
</Tabs>

:::note
The AIConfig SDK supports [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations for prompts, models, parameters, and arbitrary metadata in the `aiconfig`. For more details, see the [SDK Overview](/docs/category/sdk).
The AIConfig SDK supports [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations for prompts, models, parameters, and arbitrary metadata in the `aiconfig`.

<!-- For more details, see the [SDK Overview](/docs/category/sdk). -->

:::

### 6. Open the AIConfig in AI Workbook editor.
Expand Down
4 changes: 2 additions & 2 deletions aiconfig-docs/docs/overview/ai-config-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,12 @@ Output metadata contains information like completion reason, usage tokens, etc.

See [this example](#example-prompt-output) to see the output structure.

## Final thoughts
<!-- ## Final thoughts
As you can see, the `aiconfig` schema is flexible enough to be used for a wide array of use-cases out of the box, and can be customized further. To see how to customize and extend AIConfig for your needs, see the **[Customization & Extensibility](/docs/category/extensibility)** section.
:::note
We aim to maintain backwards-compatibility of the schema format, and don't foresee it changing often. **If you have a use-case that the existing schema doesn't satisfy, please _[get in touch with us](https://discord.com/invite/xBhNKTetGx)_**.
:::
::: -->

0 comments on commit 09ced4d

Please sign in to comment.