{
  "_id": "6a10a983acfb0bcc41cbec90",
  "Package": "VectrixDB",
  "Type": "Package",
  "Title": "Lightweight Vector Database with Embedded Machine Learning\nModels",
  "Version": "1.1.2",
  "Authors@R": "person(given = \"Kwadwo Daddy Nyame\",\nfamily = \"Owusu Boakye\",\nemail = \"kwadwo.owusuboakye@outlook.com\",\nrole = c(\"aut\", \"cre\"))",
  "Author": "Kwadwo Daddy Nyame Owusu Boakye [aut, cre]",
  "Maintainer": "Kwadwo Daddy Nyame Owusu Boakye\n<kwadwo.owusuboakye@outlook.com>",
  "Description": "A lightweight vector database for text retrieval in R with\nembedded machine learning models and no external API\n(Application Programming Interface) keys. Supports dense and\nhybrid search, optional HNSW (Hierarchical Navigable Small\nWorld) approximate nearest-neighbor indexing, faceted filters\nwith ACL (Access Control List) metadata, command-line tools,\nand a local dashboard built with 'shiny'. The HNSW method is\ndescribed by Malkov and Yashunin (2018)\n<doi:10.1109/TPAMI.2018.2889473>.",
  "License": "Apache License (>= 2)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://knowusuboaky.github.io/vectrixdb-r/,\nhttps://github.com/knowusuboaky/vectrixdb-r",
  "BugReports": "https://github.com/knowusuboaky/vectrixdb-r/issues",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://knowusuboaky.r-universe.dev",
  "Date/Publication": "2026-02-18 19:00:21 UTC",
  "RemoteUrl": "https://github.com/knowusuboaky/vectrixdb-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "574f3a48e14174321134c9cd44d76d324406cc59",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 18:51:34 UTC",
    "User": "root"
  },
  "MD5sum": "b8d258d31692353ffbddf85e396e44b5",
  "_user": "knowusuboaky",
  "_type": "src",
  "_file": "VectrixDB_1.1.2.tar.gz",
  "_fileid": "18907ec029e8f8e9c3ad452789250dd75673f1bdcc1b7f8a2fb20c0a50e98cbc",
  "_filesize": 415285,
  "_sha256": "18907ec029e8f8e9c3ad452789250dd75673f1bdcc1b7f8a2fb20c0a50e98cbc",
  "_created": "2026-05-22T18:51:34.000Z",
  "_published": "2026-05-22T19:07:47.672Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77443288371,
      "time": 203,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168202272"
    },
    {
      "job": 77443288355,
      "time": 177,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168197343"
    },
    {
      "job": 77443288393,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168262334"
    },
    {
      "job": 77443288407,
      "time": 123,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168343404"
    },
    {
      "job": 77442752428,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168072259"
    },
    {
      "job": 77443288336,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168183758"
    },
    {
      "job": 77443288402,
      "time": 169,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7168189179"
    },
    {
      "job": 77443288384,
      "time": 139,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7168180566"
    },
    {
      "job": 77443288374,
      "time": 167,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168186428"
    }
  ],
  "_buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/knowusuboaky/vectrixdb-r",
  "_commit": {
    "id": "574f3a48e14174321134c9cd44d76d324406cc59",
    "author": "Kwadwo Daddy Nyame Owusu - Boakye <kwadwo.owusuboakye@outlook.com>",
    "committer": "Kwadwo Daddy Nyame Owusu - Boakye <kwadwo.owusuboakye@outlook.com>",
    "message": "Update VectrixDB with improvements and fixes\n",
    "time": 1771441221
  },
  "_maintainer": {
    "name": "Kwadwo Daddy Nyame Owusu Boakye",
    "email": "kwadwo.owusuboakye@outlook.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "text2vec",
      "version": ">= 0.6.0",
      "role": "Imports"
    },
    {
      "package": "stopwords",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "plumber",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "RcppAnnoy",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "rappdirs",
      "role": "Suggests"
    }
  ],
  "_owner": "knowusuboaky",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 12
    },
    {
      "week": "2026-08",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 64245732,
    "type": "user",
    "name": "knowusuboaky"
  },
  "_downloads": {
    "count": 167,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/VectrixDB"
  },
  "_devurl": "https://github.com/knowusuboaky/vectrixdb-r",
  "_pkgdown": "https://knowusuboaky.github.io/vectrixdb-r/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/VectrixDB.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/knowusuboaky/vectrixdb-r",
  "_realowner": "knowusuboaky",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.2",
      "date": "2026-02-20"
    }
  ],
  "_exports": [
    "acl_config_from_list",
    "ACLConfig",
    "ACLFilter",
    "ACLOperator",
    "ACLPrincipal",
    "AdvancedReranker",
    "AnalyzerChain",
    "BaseCache",
    "cache_config_from_env",
    "CacheBackend",
    "CacheConfig",
    "CacheEntry",
    "CacheStats",
    "CLIConfig",
    "Collection",
    "Community",
    "CommunityDetector",
    "create_cache",
    "create_default_graphrag_config",
    "create_hnsw_index",
    "create_pipeline",
    "create_sentence_embedder",
    "create_vector_cache",
    "DenseEmbedder",
    "DistanceMetric",
    "DocumentChunker",
    "download_vectors",
    "download_word_vectors",
    "ENGLISH_STOPWORDS",
    "EnhancedSearchResults",
    "Entity",
    "ExtractionResult",
    "ExtractorType",
    "FacetAggregator",
    "FacetConfig",
    "FacetResult",
    "FacetValue",
    "FileCache",
    "Filter",
    "GlobalSearcher",
    "GlobalSearchResult",
    "GraphRAGConfig",
    "GraphRAGPipeline",
    "GraphSearchType",
    "HNSWIndex",
    "KeywordAnalyzer",
    "KnowledgeGraph",
    "LateInteractionEmbedder",
    "LLMProvider",
    "load_hnsw_index",
    "load_word_vectors",
    "LocalSearcher",
    "LocalSearchResult",
    "MemoryCache",
    "MMRReranker",
    "NoCache",
    "parse_acl",
    "quick_search",
    "RegexExtractor",
    "Relationship",
    "RerankerEmbedder",
    "Result",
    "Results",
    "SearchMode",
    "SentenceEmbedder",
    "set_cli_config",
    "SimpleStemmer",
    "SparseEmbedder",
    "SubGraph",
    "text_analyzer_english",
    "text_analyzer_keyword",
    "text_analyzer_simple",
    "text_analyzer_standard",
    "TextAnalyzer",
    "TextUnit",
    "vdb_add",
    "vdb_add_dir",
    "vdb_create",
    "vdb_dashboard",
    "vdb_dashboard_simple",
    "vdb_delete",
    "vdb_delete_docs",
    "vdb_export",
    "vdb_get",
    "vdb_import",
    "vdb_info",
    "vdb_interactive",
    "vdb_list",
    "vdb_open",
    "vdb_search",
    "vdb_stats",
    "VectorCache",
    "Vectrix",
    "vectrix_create",
    "vectrix_info",
    "vectrix_open",
    "vectrix_serve",
    "VectrixDB"
  ],
  "_help": [
    {
      "page": "acl_config_from_list",
      "title": "Create ACL Config from List",
      "topics": [
        "acl_config_from_list"
      ]
    },
    {
      "page": "ACLConfig",
      "title": "ACL Configuration",
      "topics": [
        "ACLConfig"
      ]
    },
    {
      "page": "ACLFilter",
      "title": "ACL Filter",
      "topics": [
        "ACLFilter"
      ]
    },
    {
      "page": "ACLOperator",
      "title": "ACL Operator Types",
      "topics": [
        "ACLOperator"
      ]
    },
    {
      "page": "ACLPrincipal",
      "title": "ACL Principal",
      "topics": [
        "ACLPrincipal"
      ]
    },
    {
      "page": "advanced_search",
      "title": "VectrixDB Advanced Search Features",
      "topics": [
        "advanced_search"
      ]
    },
    {
      "page": "AdvancedReranker",
      "title": "Advanced Reranker with Learned Weights",
      "topics": [
        "AdvancedReranker"
      ]
    },
    {
      "page": "AnalyzerChain",
      "title": "Analyzer Chain",
      "topics": [
        "AnalyzerChain"
      ]
    },
    {
      "page": "BaseCache",
      "title": "Base Cache",
      "topics": [
        "BaseCache"
      ]
    },
    {
      "page": "cache",
      "title": "VectrixDB Cache Layer",
      "topics": [
        "cache"
      ]
    },
    {
      "page": "cache_config_from_env",
      "title": "Create Cache Config from Environment",
      "topics": [
        "cache_config_from_env"
      ]
    },
    {
      "page": "CacheBackend",
      "title": "Cache Backend Types",
      "topics": [
        "CacheBackend"
      ]
    },
    {
      "page": "CacheConfig",
      "title": "Cache Configuration",
      "topics": [
        "CacheConfig"
      ]
    },
    {
      "page": "CacheEntry",
      "title": "Cache Entry",
      "topics": [
        "CacheEntry"
      ]
    },
    {
      "page": "CacheStats",
      "title": "Cache Statistics",
      "topics": [
        "CacheStats"
      ]
    },
    {
      "page": "cli",
      "title": "VectrixDB Command Line Interface",
      "topics": [
        "cli"
      ]
    },
    {
      "page": "CLIConfig",
      "title": "CLI Configuration",
      "topics": [
        "CLIConfig"
      ]
    },
    {
      "page": "Collection",
      "title": "Collection Class",
      "topics": [
        "Collection"
      ]
    },
    {
      "page": "Community",
      "title": "Community",
      "topics": [
        "Community"
      ]
    },
    {
      "page": "CommunityDetector",
      "title": "Simple Community Detector",
      "topics": [
        "CommunityDetector"
      ]
    },
    {
      "page": "create_cache",
      "title": "Create Cache",
      "topics": [
        "create_cache"
      ]
    },
    {
      "page": "create_default_graphrag_config",
      "title": "Create Default GraphRAG Config",
      "topics": [
        "create_default_graphrag_config"
      ]
    },
    {
      "page": "create_hnsw_index",
      "title": "Create HNSW Index",
      "topics": [
        "create_hnsw_index"
      ]
    },
    {
      "page": "create_pipeline",
      "title": "Create GraphRAG Pipeline",
      "topics": [
        "create_pipeline"
      ]
    },
    {
      "page": "create_sentence_embedder",
      "title": "Create a sentence embedder with automatic download",
      "topics": [
        "create_sentence_embedder"
      ]
    },
    {
      "page": "create_vector_cache",
      "title": "Create Vector Cache",
      "topics": [
        "create_vector_cache"
      ]
    },
    {
      "page": "DenseEmbedder",
      "title": "Dense Embedder using word2vec or GloVe",
      "topics": [
        "DenseEmbedder"
      ]
    },
    {
      "page": "DistanceMetric",
      "title": "Distance Metric Enumeration",
      "topics": [
        "DistanceMetric"
      ]
    },
    {
      "page": "DocumentChunker",
      "title": "Document Chunker",
      "topics": [
        "DocumentChunker"
      ]
    },
    {
      "page": "download_vectors",
      "title": "Download pre-trained word vectors",
      "topics": [
        "download_vectors"
      ]
    },
    {
      "page": "download_word_vectors",
      "title": "Download pre-trained word vectors",
      "topics": [
        "download_word_vectors"
      ]
    },
    {
      "page": "embedders",
      "title": "VectrixDB Embedders (Pure R Implementation)",
      "topics": [
        "embedders"
      ]
    },
    {
      "page": "ENGLISH_STOPWORDS",
      "title": "English Stopwords",
      "topics": [
        "ENGLISH_STOPWORDS"
      ]
    },
    {
      "page": "EnhancedSearchResults",
      "title": "Enhanced Search Results",
      "topics": [
        "EnhancedSearchResults"
      ]
    },
    {
      "page": "Entity",
      "title": "Entity",
      "topics": [
        "Entity"
      ]
    },
    {
      "page": "ExtractionResult",
      "title": "Extraction Result",
      "topics": [
        "ExtractionResult"
      ]
    },
    {
      "page": "ExtractorType",
      "title": "Extractor Types",
      "topics": [
        "ExtractorType"
      ]
    },
    {
      "page": "FacetAggregator",
      "title": "Facet Aggregator",
      "topics": [
        "FacetAggregator"
      ]
    },
    {
      "page": "FacetConfig",
      "title": "Facet Configuration",
      "topics": [
        "FacetConfig"
      ]
    },
    {
      "page": "FacetResult",
      "title": "Facet Result",
      "topics": [
        "FacetResult"
      ]
    },
    {
      "page": "FacetValue",
      "title": "Facet Value",
      "topics": [
        "FacetValue"
      ]
    },
    {
      "page": "FileCache",
      "title": "File Cache",
      "topics": [
        "FileCache"
      ]
    },
    {
      "page": "Filter",
      "title": "Filter Class for Metadata Filtering",
      "topics": [
        "Filter"
      ]
    },
    {
      "page": "GlobalSearcher",
      "title": "Global Searcher",
      "topics": [
        "GlobalSearcher"
      ]
    },
    {
      "page": "GlobalSearchResult",
      "title": "Global Search Result",
      "topics": [
        "GlobalSearchResult"
      ]
    },
    {
      "page": "graphrag",
      "title": "VectrixDB GraphRAG Module",
      "topics": [
        "graphrag"
      ]
    },
    {
      "page": "GraphRAGConfig",
      "title": "GraphRAG Configuration",
      "topics": [
        "GraphRAGConfig"
      ]
    },
    {
      "page": "GraphRAGPipeline",
      "title": "GraphRAG Pipeline",
      "topics": [
        "GraphRAGPipeline"
      ]
    },
    {
      "page": "GraphSearchType",
      "title": "Graph Search Types",
      "topics": [
        "GraphSearchType"
      ]
    },
    {
      "page": "hnsw",
      "title": "VectrixDB HNSW Index",
      "topics": [
        "hnsw"
      ]
    },
    {
      "page": "HNSWIndex",
      "title": "HNSW Index",
      "topics": [
        "HNSWIndex"
      ]
    },
    {
      "page": "KeywordAnalyzer",
      "title": "Keyword Analyzer",
      "topics": [
        "KeywordAnalyzer"
      ]
    },
    {
      "page": "KnowledgeGraph",
      "title": "Knowledge Graph",
      "topics": [
        "KnowledgeGraph"
      ]
    },
    {
      "page": "LateInteractionEmbedder",
      "title": "Late Interaction Embedder (Simplified ColBERT-style)",
      "topics": [
        "LateInteractionEmbedder"
      ]
    },
    {
      "page": "LLMProvider",
      "title": "LLM Provider Types",
      "topics": [
        "LLMProvider"
      ]
    },
    {
      "page": "load_hnsw_index",
      "title": "Load HNSW Index",
      "topics": [
        "load_hnsw_index"
      ]
    },
    {
      "page": "load_word_vectors",
      "title": "Load word vectors into memory",
      "topics": [
        "load_word_vectors"
      ]
    },
    {
      "page": "LocalSearcher",
      "title": "Local Searcher",
      "topics": [
        "LocalSearcher"
      ]
    },
    {
      "page": "LocalSearchResult",
      "title": "Local Search Result",
      "topics": [
        "LocalSearchResult"
      ]
    },
    {
      "page": "MemoryCache",
      "title": "Memory Cache",
      "topics": [
        "MemoryCache"
      ]
    },
    {
      "page": "MMRReranker",
      "title": "Maximal Marginal Relevance (MMR) Reranker",
      "topics": [
        "MMRReranker"
      ]
    },
    {
      "page": "NoCache",
      "title": "No-Op Cache",
      "topics": [
        "NoCache"
      ]
    },
    {
      "page": "parse_acl",
      "title": "Parse ACL String",
      "topics": [
        "parse_acl"
      ]
    },
    {
      "page": "quick_search",
      "title": "Quick search - Index texts and search immediately",
      "topics": [
        "quick_search"
      ]
    },
    {
      "page": "RegexExtractor",
      "title": "Regex Entity Extractor",
      "topics": [
        "RegexExtractor"
      ]
    },
    {
      "page": "Relationship",
      "title": "Relationship",
      "topics": [
        "Relationship"
      ]
    },
    {
      "page": "reranker",
      "title": "Advanced Reranking Module",
      "topics": [
        "reranker"
      ]
    },
    {
      "page": "RerankerEmbedder",
      "title": "Reranker (Cross-Encoder Style Scoring)",
      "topics": [
        "RerankerEmbedder"
      ]
    },
    {
      "page": "Result",
      "title": "Single Search Result",
      "topics": [
        "Result"
      ]
    },
    {
      "page": "Results",
      "title": "Search Results Collection",
      "topics": [
        "Results"
      ]
    },
    {
      "page": "SearchMode",
      "title": "Search Mode Enumeration",
      "topics": [
        "SearchMode"
      ]
    },
    {
      "page": "SentenceEmbedder",
      "title": "Sentence Embedder using Word Vectors",
      "topics": [
        "SentenceEmbedder"
      ]
    },
    {
      "page": "server",
      "title": "VectrixDB Server Functions",
      "topics": [
        "server"
      ]
    },
    {
      "page": "set_cli_config",
      "title": "Set CLI Config",
      "topics": [
        "set_cli_config"
      ]
    },
    {
      "page": "SimpleStemmer",
      "title": "Simple Stemmer",
      "topics": [
        "SimpleStemmer"
      ]
    },
    {
      "page": "SparseEmbedder",
      "title": "Sparse Embedder (BM25/TF-IDF)",
      "topics": [
        "SparseEmbedder"
      ]
    },
    {
      "page": "storage",
      "title": "VectrixDB Storage Classes",
      "topics": [
        "storage"
      ]
    },
    {
      "page": "SubGraph",
      "title": "SubGraph",
      "topics": [
        "SubGraph"
      ]
    },
    {
      "page": "text_analyzer_english",
      "title": "Create English Text Analyzer",
      "topics": [
        "text_analyzer_english"
      ]
    },
    {
      "page": "text_analyzer_keyword",
      "title": "Create Keyword Text Analyzer",
      "topics": [
        "text_analyzer_keyword"
      ]
    },
    {
      "page": "text_analyzer_simple",
      "title": "Create Simple Text Analyzer",
      "topics": [
        "text_analyzer_simple"
      ]
    },
    {
      "page": "text_analyzer_standard",
      "title": "Create Standard Text Analyzer",
      "topics": [
        "text_analyzer_standard"
      ]
    },
    {
      "page": "TextAnalyzer",
      "title": "Text Analyzer",
      "topics": [
        "TextAnalyzer"
      ]
    },
    {
      "page": "TextUnit",
      "title": "Text Unit",
      "topics": [
        "TextUnit"
      ]
    },
    {
      "page": "vdb_add",
      "title": "Add Documents",
      "topics": [
        "vdb_add"
      ]
    },
    {
      "page": "vdb_add_dir",
      "title": "Batch Add from Directory",
      "topics": [
        "vdb_add_dir"
      ]
    },
    {
      "page": "vdb_create",
      "title": "Create Collection",
      "topics": [
        "vdb_create"
      ]
    },
    {
      "page": "vdb_dashboard",
      "title": "Launch VectrixDB Dashboard",
      "topics": [
        "vdb_dashboard"
      ]
    },
    {
      "page": "vdb_dashboard_simple",
      "title": "Launch Simple Dashboard",
      "topics": [
        "vdb_dashboard_simple"
      ]
    },
    {
      "page": "vdb_delete",
      "title": "Delete Collection",
      "topics": [
        "vdb_delete"
      ]
    },
    {
      "page": "vdb_delete_docs",
      "title": "Delete Documents",
      "topics": [
        "vdb_delete_docs"
      ]
    },
    {
      "page": "vdb_export",
      "title": "Export Collection",
      "topics": [
        "vdb_export"
      ]
    },
    {
      "page": "vdb_get",
      "title": "Get Document",
      "topics": [
        "vdb_get"
      ]
    },
    {
      "page": "vdb_import",
      "title": "Import from File",
      "topics": [
        "vdb_import"
      ]
    },
    {
      "page": "vdb_info",
      "title": "Collection Info",
      "topics": [
        "vdb_info"
      ]
    },
    {
      "page": "vdb_interactive",
      "title": "Start Interactive CLI",
      "topics": [
        "vdb_interactive"
      ]
    },
    {
      "page": "vdb_list",
      "title": "List Collections",
      "topics": [
        "vdb_list"
      ]
    },
    {
      "page": "vdb_open",
      "title": "Open Collection",
      "topics": [
        "vdb_open"
      ]
    },
    {
      "page": "vdb_search",
      "title": "Search Collection",
      "topics": [
        "vdb_search"
      ]
    },
    {
      "page": "vdb_stats",
      "title": "Collection Statistics",
      "topics": [
        "vdb_stats"
      ]
    },
    {
      "page": "VectorCache",
      "title": "Vector Cache",
      "topics": [
        "VectorCache"
      ]
    },
    {
      "page": "Vectrix",
      "title": "VectrixDB Easy API - The Simplest Vector Database",
      "topics": [
        "Vectrix"
      ]
    },
    {
      "page": "vectrix_create",
      "title": "Create a new Vectrix collection",
      "topics": [
        "vectrix_create"
      ]
    },
    {
      "page": "vectrix_info",
      "title": "Display VectrixDB information",
      "topics": [
        "vectrix_info"
      ]
    },
    {
      "page": "vectrix_open",
      "title": "Open an existing Vectrix collection",
      "topics": [
        "vectrix_open"
      ]
    },
    {
      "page": "vectrix_serve",
      "title": "Start VectrixDB server",
      "topics": [
        "vectrix_serve"
      ]
    },
    {
      "page": "VectrixDB",
      "title": "VectrixDB Database Class",
      "topics": [
        "VectrixDB",
        "vectrixdb"
      ]
    },
    {
      "page": "word_vectors",
      "title": "Word Vector Management",
      "topics": [
        "word_vectors"
      ]
    }
  ],
  "_pkglogo": "https://github.com/knowusuboaky/vectrixdb-r/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/knowusuboaky/vectrixdb-r/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "data.table",
    "DBI",
    "digest",
    "fastmap",
    "float",
    "glue",
    "ISOcodes",
    "jsonlite",
    "lattice",
    "lgr",
    "lifecycle",
    "Matrix",
    "MatrixExtra",
    "memoise",
    "mlapi",
    "pkgconfig",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "RhpcBLASctl",
    "rlang",
    "rsparse",
    "RSQLite",
    "stopwords",
    "stringi",
    "text2vec",
    "vctrs"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "vectrixdb",
  "_universes": [
    "knowusuboaky"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-05-22T18:58:18.000Z",
      "distro": "noble",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "7b67ccb2fe52a33f763bfe802e4e895b1ea3918136c3c4227bcd49a580980bbd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.2",
      "date": "2026-05-22T18:58:09.000Z",
      "distro": "noble",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "cecba59f6305a0f02a2add7fd39bb873e1784153ab510781eb8d71a618ed6a8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-05-22T19:02:10.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "fa15fe01897b5aab8077ad0866ac599b1fdd15e25465bfeea71900ae8e53627f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.2",
      "date": "2026-05-22T19:06:47.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "f08e60f0da101cb76f50a3eb201eb8836b727ee224cee6726f98c3857e680987",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.2",
      "date": "2026-05-22T18:58:23.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "86bf689924c99ff1ea13f481ddd3d076db53fefa6a5d6d786c4dbd248fa2f5c3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-05-22T18:57:27.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "a311dfe9653a19722d3e1a1a56b3a5a7840e19c5f767b8196aad60ff6c056f6e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-05-22T18:56:50.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "84a76b8658439dbb334aa2ffbad67ff03aa4cb04dc3fd3eb28d080759edf9bdb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.2",
      "date": "2026-05-22T18:57:16.000Z",
      "commit": "574f3a48e14174321134c9cd44d76d324406cc59",
      "fileid": "1820edae2c26d22b30c0ed419050162fa4c1da28644a2f69fa00f5cee910df23",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/knowusuboaky/actions/runs/26274280418"
    }
  ]
}