docs improvements

This commit is contained in:
ishaan-jaff 2023-08-17 16:34:25 -07:00
parent 376bba4650
commit d93ffced09
4 changed files with 54 additions and 31 deletions

View file

@ -21,19 +21,15 @@ const sidebars = {
'index',
{
type: 'category',
label: 'completion_function',
label: 'Completion()',
items: ['completion/input','completion/output'],
},
{
type: 'category',
label: 'embedding_function',
label: 'Embedding()',
items: ['embedding/supported_embedding'],
},
{
type: 'category',
label: 'Supported Chat, Completion Models',
items: ['completion/supported'],
},
'completion/supported',
{
type: 'category',
label: 'Tutorials',