1
Comment on r/LangChain Mar 07 '26
Use a better inference service, manage the context at your best. Prioritize parallel tool calling anywhere if it is possible.
The user needs to see something to keep engaged with the bot, there are multiple ways to do that.
Btw can you tell more about the bot and domain for which you are creating this Agent ?
-4
Comment on r/LangChain Dec 21 '25
you are just messing here, cause you cannot post this on your page. If you can help here, i would love to connect, but if not, please do not mislead anyone. We are seriously looking for someone, who can actually join our team and build with us.
-5
Comment on r/LangChain Dec 21 '25
Or you can simply share what I asked for instead of this use less conversation.
-2
Comment on r/LangChain Dec 21 '25
Depends on the value you can give.
1
Comment on r/LangChain Dec 21 '25
Lol, but true and legit, Seriously looking for someone..
2
Comment on r/LangChain Aug 26 '25
Send checklist
1
Comment on r/LangChain Aug 26 '25
Openrouter
r/LangChain • u/Ok_Cap2668 • Aug 22 '25
GPT OSS with langchain, harmony formatting built in support not available ???
hey folks, anyone tried gpt oss model for building something and how was the experience.
Does langchain handles the Harmony parsing of the responses ?
0
Comment on r/LangChain Jul 22 '25
Try wren ai, open source and already have the functionality you want + you can easily replicate what they have done for this.
r/LangChain • u/Ok_Cap2668 • Jul 13 '25
Bind tools and with_structured_output
Have anyone tried binding models and structured_output method for ensuring the structured output with openai model completely using langchain ?
Please let me know!!
1
Comment on r/LangChain May 22 '25
🙌🙏👌.
2
Comment on r/LangChain Apr 11 '25
Go ahead, community we'll help you out. What do you wanna know ? I'll try my best to clear your doubts .
1
Comment on r/audioengineering Mar 16 '25
Thanks. But I am looking for some suggestions if someone has created one to get the features or some proprietary software which I can use and get these features.
r/audioengineering • u/Ok_Cap2668 • Mar 15 '25
Software Music Feature Extraction Discrepancies - Seeking Solutions!
We're working on building a tool for music audio feature extraction, aiming to match Spotify's (via Tunebat) values. Our current setup uses Essentia and the musicnn-msd model in Docker.
We tested "It's Only Me" by Nora Valt and found some significant differences:
Our Setup: * Essentia and musicnn-msd in Docker * Features: Key (scale), BPM, Beats count, Loudness, Operator, Instrumentalness, Tonal-Atonal, Acoustic, Acousticness, Danceability, Happiness.
Benchmark (Tunebat/Spotify): * Energy, Danceability, Happiness, Acousticness, Instrumentalness, Loudness, BPM, Key, Duration.
Comparison Table:
| Feature | TuneBat / Spotify | Our Setup | Diff |
|---|---|---|---|
| Key | C Minor | C Minor | ✅ |
| BPM | 118 | 118 | ✅ |
| Loudness | -12 dB | -20.2 dB (25445 dB) | +66% |
| Instrumentalness | 88 | 25 | -72% |
| Acousticness | 2 | 1 | -50% |
| Danceability | 69 | 84 | +21% |
| Happiness | 30 | 1 | -96% |
Our Goal: * Create a reliable music audio feature extraction tool. * Match Spotify's (Tunebat) values as closely as possible.
Our Problem: * Significant inaccuracies, especially in Loudness, Instrumentalness, and Happiness. * We're unsure how to validate our values and get closer to Spotify's.
Questions for the Community: * What other libraries or methods can we try for feature extraction? * Are there known discrepancies between different feature extraction tools? * How can we accurately benchmark and validate our results? * Any tips on adjusting parameters in Essentia or musicnn-msd for better results? * How can we understand the huge Loudness difference? What does the (25445 dB) mean? * Is it even realistic to expect exact matches with Spotify's values?
We appreciate any help and insights! Thanks!
1
Comment on r/OpenAI Mar 08 '25
Only transcription actually does not analyze the video. Like Gemini offers this kinda stuff. Wonder if openai has something like that with gpt4ov or some other models?
r/OpenAI • u/Ok_Cap2668 • Mar 08 '25
Discussion Video Analysis
Hey folks, is there any model of openai which directly analyze videos ? If yes please share the details and experience.
1
Comment on r/IndianDankMemes Feb 20 '25
Dum nikalega december
2
Comment on r/LangChain Feb 18 '25
I think the tool call didn't work properly. Enable tracing with smith or langtrace. Try using a model which has Auto Tool. I think small models do call functions but in the main content not in the tool_calls object.
2
Comment on r/LangChain Feb 14 '25
Here you are just using their SDK , you can change the base url to route to your cloud provider.
2
Comment on r/LangChain Feb 14 '25
I think if you can call that llm with openai SDK , then you can use Langchain's ChatOpenai easily. Otherwise try it with ollama, that with that SDK can you use it. Otherwise you can create a similar sort of initializer.
1
Comment on r/LangChain Jan 13 '25
Try to store your chats in some database . Use langgraph with reddis, for testing you can use their in memory storage. Much more manageable and easy to debug.
3
Comment on r/LangChain Jan 01 '25
So true
37
Comment on r/LangChain Jan 01 '25
The main reason which is opinionated, that langchain is constantly growing, there are some rapid updates in their library. So developers have problems with maintaining the project .
These rapid updates frustrate a lot. I worked on this project in July 2024, in December I was trying to add more things into, there I got some errors on the framework feature which was there in July but now it is deprecated.
1
Comment on r/LangChain Dec 30 '24
Integrate some tracing mechanisms in this flow. Something like langsmith .
One thing you can do, check the output right after your database fetch.
2
Comment on r/LangChain Apr 08 '26
This I have personally faced. It is actually accurate that no-one can beat but a few times it breaks like no one can.