-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
34 lines (34 loc) · 938 Bytes
/
Copy pathcodemeta.json
File metadata and controls
34 lines (34 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "rag-ops-console",
"version": "0.1.0",
"description": "Online RAG Ops console with Chroma VectorDB and LangGraph 5 nodes — monitor retrieval quality with RAGAS and Sheets feedback loop in production.",
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "https://github.com/ianlyoo/rag-ops-console",
"url": "https://ianlyoo.github.io/rag-ops-console/",
"homepage": "https://github.com/ianlyoo/rag-ops-console",
"keywords": [
"chroma",
"developer-tools",
"feedback-loop",
"google-sheets",
"langgraph",
"llm-judge",
"observability",
"rag",
"rag-ops",
"ragas",
"typescript",
"vectordb"
],
"author": [
{
"@type": "Person",
"givenName": "Ian",
"familyName": "Lyoo",
"name": "ianlyoo"
}
],
"programmingLanguage": "Python"
}