Back to the catalog

Knowledge Methodology Research Paper Corpus

Bundle OKF 0.2 · 47 conceitos · gvillarroel/knowledge

Open source Repository Open in the app JSON README (API)

About

# Knowledge Methodology Research Paper Corpus

* [Generalization in Adaptive Data Analysis and Holdout Reuse](concepts/paper-1506-02629v2/sources-new-markdown-1506.02629v2-dd671258ed.md) - Research Paper from paper-1506-02629v2.
* [Knowledge Graphs](concepts/paper-2003-02320v6/sources-new-markdown-2003.02320v6-d9ecc29be5.md) - Research Paper from paper-2003-02320v6.
* [Dense Passage Retrieval for Open-Domain Question Answering](concepts/paper-2004-04906v3/sources-new-markdown-2004.04906v3-461ec053af.md) - Research Paper from paper-2004-04906v3.
* [ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT](concepts/paper-2004-12832v2/sources-new-markdown-2004.12832v2-1918dd75cf.md) - Research Paper from paper-2004-12832v2.
* [Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks](concepts/paper-2005-11401v4/sources-new-markdown-2005.11401v4-7acd7e8291.md) - Research Paper from paper-2005-11401v4.
* [Accounting for Variance in Machine Learni

Details

Kind
OKF bundles
Topic
AI, RAG & memory
Publisher
gvillarroel
Origin
okf_github
Category
dados
Version
0.2
Last push
2026-09-10T06:14:54Z
Repository state
ativo
Language
Python
Added
2026-09-09 19:05:59
Updated
2026-09-09 19:05:59
Origin id
gvillarroel/knowledge:skills/review-knowledge-methodology/references/knowledge/index.md

README

# Knowledge CLI

`know` builds local knowledge collections from registered external sources and exports normalized Markdown libraries. A project-local `.know/` store keeps source registrations, synchronized inputs, metadata, and repeatable export workflows together.

Store selection is explicit `--store`, then the nearest project `.know/`, then the global fallback. Source synchronization may access authenticated services; use the source-specific guide first.

## Get started

Requires Python 3.11 or later and uv. Use Python 3.12 for the documented Windows browser-assisted capture workflow.

```sh
uv tool install --python 3.12 .
know --help
```

Run `know init` in the project that should own a collection, not in this source checkout unless that is intentional.

## Documentation

- [Documentation index](docs/README.md)
- [Usage and operations](docs/getting-started.md)
- [Repository layout and validation](docs/repository-guide.md)
- [CLI reference](docs/cli.md)
- [Specification](SPEC.md)
- [Knowledge skill evolution playbook](docs/knowledge-skill-evolution-playbook.md)
- [AGENTS.md](AGENTS.md)

More