πŸ”₯
Langtorch
  • πŸ‘‹ Introduction
  • πŸ‘₯ Our Approach
  • πŸ€– LLM Service
    • OpenAi
    • CohereAI
    • Minimax
    • Huggingface
  • πŸ”ƒ Processor
    • Input and Output
      • Pre-built types
        • SingleText
        • MultiChatMessage
    • Integration
    • Customize your own processor?
  • πŸ”€ Loader
  • πŸ”§ Pre-processing & Post-processing
    • πŸ”„ Parser
  • πŸ“ Prompt Template
    • Prompt Template Class
    • Annotation Based Prompt Template
  • πŸ’ͺ Capability
    • Capability Unit
    • Capability Node
    • Capability Graph or Capability DAG
  • πŸ•΅οΈβ€β™‚οΈ Agent
  • 🧠 Memory
  • 🧩 Semantic Cache
  • πŸ’Ύ Vector Store
  • πŸ”Œ Dependency Injection
  • πŸš€ Langtorch Hub
  • πŸ“Š Dashboard
  • πŸ—ΊοΈ Roadmap
  • [δΈ­ζ–‡]Langtorch one pager
  • [Eng]Langtorch one pager
Powered by GitBook
On this page
  • 🚨⚠️ Warning: ⚠️🚨
  • πŸš€ Getting Started

πŸ‘‹ Introduction

Langtorch is a Java library that allows you to build composable LLM(Large Language Model) applications with ease

NextπŸ‘₯ Our Approach

Last updated 1 year ago

🚨⚠️ Warning: ⚠️🚨

This library is still in active development and is not ready for production use.

πŸš€ Getting Started

Replace VERSION with the latest version which you can check here:

Maven:

<dependency>
  <groupId>ai.knowly</groupId>
  <artifactId>langtorch</artifactId>
  <version>VERSION</version>
</dependency>

Gradle:

implementation 'ai.knowly:langtorch:VERSION'

https://central.sonatype.com/artifact/ai.knowly/langtorch