Agam More

Results 51 issues of Agam More

### Feature request I have a project using llm calls that are abstracted away. I'd love to be able to add costs metadata to the RunTree object with something like:...

**❗BEFORE YOU BEGIN❗** Are you on discord? 🤗 We'd love to have you asking questions on discord instead: https://discord.com/invite/a3K9c8GRGt **Is your feature request related to a problem? Please describe.** I...

Are there any guides on using superpipe for something such as: - A production ready RAG - Public facing applications (check outputs and costs) - A chatbot

## What are the steps to reproduce this issue? No explanation at https://orval.dev/reference/configuration/output#mode ## What happens? … ## What were you expecting to happen? Have some sentences explaining the different...

documentation
good first issue

https://www.propexo.com/

good first issue

## What are the steps to reproduce this issue? 1. Generate a schema with models ## What happens? Model file names' first lettter is lowercase for some reason ![image](https://github.com/anymaniax/orval/assets/1269911/a627a8fe-f66c-4864-8fed-ce7973d6c5b7) ##...

enhancement
good first issue

Many real world use cases require robust DBs like postgres. With pgvector it can function as a vector db for a RAG. Are there any plans to add postgres?

enhancement

I didn't find an example for raw pulumi code integrated with sst, I hope this helps!

This is the second time I'm trying to set up my AWS accounts via these docs: https://sst.dev/docs/aws-accounts I thought that sharing my problems might help improve the docs. --- 1....

My config: ``` /// export default $config({ app(input) { return { name: "myproject", removal: input?.stage === "production" ? "retain" : "remove", home: "aws", }; }, async run() { const vpc...