github av/harbor v0.4.3
v0.4.3 - Cognee, config search

one day ago

Cognee

image

Open-source knowledge engine that transforms raw data into persistent, dynamic AI memory — combines vector search, graph databases, and relational storage. Includes API server and a direct-mode MCP server for IDE integration.

harbor build cognee
harbor up cognee

harbor config search <query>

Built-in config field/value search to supplement native grep workflow:

$ ▼ h config search cache
hf.cache                       /home/everlier/.cache/huggingface
llamacpp.cache                 ~/.cache/llama.cpp
ollama.cache                   ~/.ollama
vllm.cache                     ~/.cache/vllm
txtai.cache                    ~/.cache/txtai
nexa.cache                     ~/.cache/nexa
parllama.cache                 ~/.parllama
lmeval.cache                   ./lmeval/cache

harbor config <service>

You can now manage environment variables of a given service directly with harbor config. This is very similar in functionality to harbor env.

$ ▼ h config ollama ls
OLLAMA_CONTEXT_LENGTH          16384
OLLAMA_NUM_PARALLEL            2
OLLAMA_ORIGINS                 *

$ ▼ h config ollama get ollama.context_length
16384

The command supports same naming convention as the harbor config.

Misc

  • harbor size - skip opencode workspaces
  • harbor up - print URLs after start
  • fix "open" in Harbor App on Linux
  • CLI suggestions after typo in a command

Full Changelog: v0.4.2...v0.4.3

Don't miss a new harbor release

NewReleases is sending notifications on new releases.