
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
gllm-datastore-binary
Advanced tools
A library for managing data stores for Gen AI applications.
You can install Python using Miniconda.
base
conda environment:conda activate
You can install Poetry using cURL (you need Python to install Poetry):
curl -sSL https://install.python-poetry.org | python3 -
# Latest
poetry add "git+ssh://git@github.com/GDP-ADMIN/gen-ai-internal.git#subdirectory=libs/gllm-datastore"
# Specific version
poetry add "git+ssh://git@github.com/GDP-ADMIN/gen-ai-internal.git@gllm_datastore-v0.0.1-beta.1#subdirectory=libs/gllm-datastore"
# Specific Branch Name
poetry add "git+ssh://git@github.com/GDP-ADMIN/gen-ai-internal.git@<BRANCH NAME>#subdirectory=libs/gllm-datastore"
# With extra dependencies
poetry add "git+ssh://git@github.com/GDP-ADMIN/gen-ai-internal.git#subdirectory=libs/gllm-datastore" --extras "extra1 extra2"
conda deactivate
gllm-datastore
module, e.g. cd libs/gllm-datastore
.poetry shell
to create a virtual environment.poetry lock
to create a lock file if you haven't done it yet.poetry install
to install the gllm-datastore
requirements for the first time.poetry update
if you update any dependency module version at pyproject.toml
.Please refer to this Python Style Guide to get information about code style, documentation standard, and SCA that you need to use when contributing to this project
pre-commit
hooks using pre-commit install
poetry shell
to create a virtual environment.poetry lock
to create a lock file if you haven't done it yet.poetry install
to install the gllm-datastore
requirements for the first time.which python
to get the path to be referenced at Visual Studio Code interpreter path (Ctrl
+Shift
+P
or Cmd
+Shift
+P
)poetry run pytest -s tests/unit_tests/
FAQs
A library containing data store components for Gen AI applications.
We found that gllm-datastore-binary demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.