Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 793 Bytes

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