/llmsherpa-ts

Typescript port for nlmatics/llmsherpa with support for Langchain/LLMSherpaFileLoader

Primary LanguageTypeScript

TypeScript Client for LLMSherpa

This TypeScript implementation of the LLMSherpa client, originally developed in Python. It includes integration of the LLMSherpaFileLoader for convenient file parsing, matching the functionality provided under Langchain's Python environment.

Prerequisites

Make sure you have nlm-ingestor operational on port 5010.

Getting Started

To use the client, follow these steps:

pnpm i
pnpm build
pnpm start

Issues

Encounter any bugs? Open an issue on our GitHub repository to help us improve.