Skip to content

Commit

Permalink
feat: add chatnio and qdrant to the harbor app services
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Nov 9, 2024
1 parent 7a576f6 commit 7249761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Harbor is a containerized LLM toolkit that allows you to run LLMs and additional
[n8n](https://github.com/av/harbor/wiki/2.3.23-Satellite:-n8n) ⦁︎
[Bolt.new](https://github.com/av/harbor/wiki/2.3.24-Satellite:-Bolt.new) ⦁︎
[Open WebUI Pipelines](https://github.com/av/harbor/wiki/2.3.25-Satellite:-Open-WebUI-Pipelines)
[Qdrant](https://github.com/av/harbor/wiki/2.3.26-Satellite:-Qdrant)

## Blitz Tour

Expand Down
6 changes: 6 additions & 0 deletions app/src/serviceMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,5 +199,11 @@ export const serviceMetadata: Record<string, Partial<HarborService>> = {
},
pipelines: {
tags: [HST.satellite, HST.api],
},
chatnio: {
tags: [HST.frontend],
},
qdrant: {
tags: [HST.satellite],
}
};

0 comments on commit 7249761

Please sign in to comment.