Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit dd8f8d7

Browse files
author
Luke Hinds
authored
Merge pull request #226 from stacklok/add-ecosystem-to-context
Add word "ecosystem" to the context
2 parents bcc78eb + 4d2fe45 commit dd8f8d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/codegate/utils/utils.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ def generate_vector_string(package) -> str:
22
vector_str = f"{package['name']}"
33
package_url = ""
44
type_map = {
5-
"pypi": "Python package available on PyPI",
6-
"npm": "JavaScript package available on NPM",
7-
"go": "Go package",
8-
"crates": "Rust package available on Crates",
9-
"java": "Java package",
5+
"pypi": "Python package available on PyPI ecosystem",
6+
"npm": "JavaScript package available on NPM ecosystem",
7+
"go": "Go package ecosystem",
8+
"crates": "Rust package available on Crates ecosystem",
9+
"java": "Java package available on Maven ecosystem",
1010
}
1111
status_messages = {
1212
"archived": "However, this package is found to be archived and no longer maintained.",

0 commit comments

Comments
 (0)