redis-vl-dotnet

Reference

This section holds repository-oriented reference pointers until the API and behavior pages are filled in.

Repository layout

Use these locations when navigating the codebase:

  • src/RedisVL for the core library

  • src/RedisVL.Cli for the command-line app

  • src/RedisVL.Vectorizers.* for vectorizer abstractions and providers

  • src/RedisVL.Rerankers.* for reranker abstractions and providers

  • tests/RedisVL.Tests for unit and integration coverage

  • examples/ for runnable samples

  • docs-site/ for the canonical Antora docs source

Planning and validation pointers

  • docs/parity-roadmap.md captures the current parity matrix and roadmap

  • progress.txt records Ralph iteration history and reusable codebase patterns

  • prd.json tracks the active Ralph execution plan

  • Testing for validation commands

  • Examples for runnable sample entry points