Files
2024-07-30 17:56:00 +01:00

793 B

Contributing to LlamaIndex .NET

Issues

Found bugs or have feature requests? File an issue.

Documentation & Samples

We encourage community submitted samples. All of our samples are in the samples directory.

To create new samples, submit a pull request.

Development

Project Structure

  • LlamaIndex.Core: Core types and abstractions for LlamaIndex.
  • LlamaIndex.Core.Tests: Unit tests for LlamaIndex.Core.
  • LlamaParse: LlamaParse .NET client SDK
  • LlamaParse.Test: Unit tests for LlamaParse .NET client SDK

Configuration

  1. Install .NET 8 SDK
  2. Install Visual Studio or Visual Studio Code