Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The production toolkit for LLMs. Observability, prompt management and evaluations.

License

NotificationsYou must be signed in to change notification settings

lunary-ai/lunary

Repository files navigation

Abso banner

lunary

Toolkit for LLM chatbots

website -docs -llm sdk

npm versionPyPI - VersionGitHub last commit (by committer)GitHub commit activity (branch)

Features

Lunary helps developers of LLM Chatbots develop and improve them.

  • 🖲️ Conversation & feedback tracking
  • 💵 Analytics (costs, token, latency, ..)
  • 🔍 Debugging (logs, traces, user tracking, ..)
  • ⛩️ Prompt Directory (versioning, team collaboration, ..)
  • 🏷️ Datasets (for evaluation, fine-tuning, ..)
  • 🧪 Topic & sentiment analysis

It also designed to be:

  • 📝 Easy to use
  • 📦 Fast to integrate (2 minutes)
  • 🧑‍💻 Self-hostable

1-min Demo

demo-annotated.mp4

⚙️ Integration

Modules available for:

Lunary natively supports:

Additionally you can use it with any other LLM by manually sending events.

📚 Documentation

Full documentation is availableon the website.

☁️ Hosted version

We offera hosted version with a generous free tier.

With the hosted version:

  • 👷 don't worry about devops or managing updates
  • 🙋 get priority 1:1 support with our team
  • 🇪🇺 your data is stored safely in Europe

Running locally

  1. Clone the repository
  2. Setup a PostgreSQL instance (version 15 minimum)
  3. Copy the content ofpackages/backend/.env.example topackages/backend/.env and fill the missing values
  4. Copy the content ofpackages/frontend/.env.example topackages/frontend/.env and fill the missing values
  5. Runbun install
  6. Runbun run migrate:db
  7. Runbun run dev

You can now open the dashboard athttp://localhost:8080.When using our JS or Python SDK, you need to set the environment variableLUNARY_API_URL tohttp://localhost:3333. You can useLUNARY_VERBOSE=True to see all the event sent by the SDK

🙋 Support

Need help or have questions? Chat with us onthe website or email us:hello [at] lunary.ai. We're here to help every step of the way.

License

This project is licensed under the Apache 2.0 License.


[8]ページ先頭

©2009-2025 Movatter.jp