Skip to content

Commit a74520a

Browse files
committed
begin GenAI platform docs
1 parent 5df7266 commit a74520a

File tree

10 files changed

+43
-7
lines changed

10 files changed

+43
-7
lines changed

docs/genai/01_intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Pythia, the Generative AI platform for Research workflows
2+
3+
:::tip[Non-research workflows]
4+
If you're looking to harness Generative AI for administrative or classroom use, please reach out to genai-support@nyu.edu
5+
:::
6+
7+
Welcome to Pythia, the generative AI platform for research workflows.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Portkey
2+
3+
What is Portkey?
4+
5+
How can researchers be onboarded onto it.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# External models listed by provider
2+
3+
## OpenAI
4+
GPT-4o-mini
5+
text-embedding-3-small
6+
7+
## VertexAI
8+
Gemini-2.0-*
9+
10+
11+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OpenWebUI
2+
3+
Provided as a way to access all external LLMs via a GUI.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Access externally hosted LLMs",
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fine tuning
2+
3+
You can use HPC for this. But for most cases, RAG might suffice. Please look into harnessing RAG before attempting to fine-tune a model.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Fine-tuning LLMs",
3+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Vector Databases
2+
3+
What is it? How is it different from a regular database?
4+
5+
Milvus at NYU.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"label": "Vector Databases",
3+
}

docs/genai/intro.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)