Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
34 views

i have a project for a museum where i need to develop a generative AI program to interpret visitors' words and transform their stories into stylized digital drawings. The visitor push on a buton then ...
Polored's user avatar
Advice
1 vote
0 replies
21 views

I’m working on a thesis about "story-driven NPCs in a reinforcement-learning world", and I’m building a small multi-agent RL environment as a prototype. However, I’m unsure how to push the ...
DucTruong's user avatar
Best practices
0 votes
1 replies
36 views

We are building an LLM-based application which takes a lot of user data from various internal sources. It then sends the data to various prompts which provide the answers needed to fill out forms ...
ssp's user avatar
  • 3
0 votes
0 answers
23 views

I’m using Qwen + vLLM to extract metadata (title, author, date, etc.) from documents. When the prompt and the document are in the same language, everything works perfectly. But when I keep my prompt ...
DiN's user avatar
  • 7
-2 votes
0 answers
14 views

I would like to know how much the advent of AI tools like chatGpt and many other affected the usage of stackoverflow! Before it was a holy place for developers right. How much did AI effect the ...
666ryuga's user avatar
-3 votes
0 answers
31 views

I'm trying to find models that perform well at modelling word similarities. Naturally, I navigated to embedding models. With gemini-embedding-001, I'm seeing wildly inaccurate scores. I'd like to know ...
Kris's user avatar
  • 10.3k
0 votes
0 answers
63 views

I’m building a Postgres Model Context Protocol (MCP) server and For the executeQuery MCP tool, which output format should I use for SQL query results? What’s the best format to return SQL query ...
Neelesh Gupta's user avatar
Advice
0 votes
0 replies
52 views

I seem to be missing the subtleties in the IDE integration between these two options: Claude Code for VS Code Cursor Models I've been been using Cursor for the Models; I've toggled a few, seems to ...
todd_dsm's user avatar
  • 1,086
1 vote
1 answer
201 views

I'm trying to import ConversationBufferMemory and ConversationalRetrievalChain in my Python notebook as follows: from langchain.memory import ConversationBufferMemory from langchain.chains import ...
Shaffan's user avatar
  • 23
Advice
1 vote
4 replies
127 views

I'm working on implementing CrewAI's short-term memory feature, but it's not behaving as expected. embedder_config = { "provider": "openai", "config": { &...
iamhimanshu0's user avatar
0 votes
0 answers
55 views

I have a scheduler that triggers a tool function later (outside the original user–model exchange). When the scheduled time comes, it sends a ToolMessage back into the chat model — but the model ...
Md Vicky's user avatar
-4 votes
1 answer
77 views

I’m trying to create an agent in LangChain using Google Gemini, but I’m running into some issues because of the latest LangChain updates. As a result, I haven’t been able to create a chain with the ...
Andrey Rosa Dias's user avatar
0 votes
0 answers
81 views

I follow the instructions on https://github.com/Tencent-Hunyuan/HunyuanImage-3.0: conda create -y -n hunyuan312 python=3.12 conda activate hunyuan312 # 1. First install PyTorch (CUDA 12.8 Version) ...
Franck Dernoncourt's user avatar
1 vote
0 answers
52 views

I’ve exported a fine-tuned BERT-based QA model to ONNX for faster inference, but I’m noticing that the predictions from the ONNX model are consistently less accurate than those from the original ...
vinoth's user avatar
  • 41
0 votes
1 answer
342 views

I am trying to generate a video using Wan 2.2. My goal is to take a motion sequence from an input video and a single reference image, and then generate a new video where the character in the reference ...
hongxigoo's user avatar
2 votes
1 answer
128 views

I am referring to the official documentation of langchain to learn how to build a simple agent. But the model don't have memory even though I have used MemeorySaver the link of official document is ...
Aapolaris's user avatar
0 votes
0 answers
47 views

im using flet to make a UI for an API app and i get a gray box when i try to click a button to open a pop up but when i close or save the pop up it dose not close but add a new pop up that can not go ...
user31523934's user avatar
-1 votes
1 answer
121 views

I wanted a perticular class Images ('Turban') from the Open Images, However these images are not in the Boxable Category. Due to which my follow OIDv6 code is Failing oidv6 downloader en --dataset ./...
Jivhesh Choudhari's user avatar
0 votes
0 answers
135 views

On the ingestion part to the graph db, I pass a json file, as an episode, custom entities (and edges), using gemini api, but I get some discrepancy on the structured output, like so: LLM generation ...
George Petropoulos's user avatar
0 votes
0 answers
54 views

I am using RAGFlow connected to a Spring Boot MCP server. My agent flow is simple: Begin node → collects inputs (auth_token, tenant_id, x_request_status) Agent (gpt-4o) → connected to MCP Tool (server)...
Ishan Garg's user avatar
0 votes
0 answers
72 views

I have an inbound call flow where: Incoming call → handled by /incoming, which connects the call to Ultravox AI through a . AI Agent conversation → if the caller asks for a human, the AI triggers /...
Md Sadiq Hasan Ansari's user avatar
0 votes
1 answer
145 views

I’m running a .NET project from the Cursor AI Agent terminal. The build finishes (I see the final summary line), but the Agent’s terminal keeps “running” forever (spinner never stops). I have to press ...
user2877989's user avatar
0 votes
0 answers
138 views

Using the following Microsoft template as my base: https://devblogs.microsoft.com/dotnet/announcing-dotnet-ai-template-preview1/ I want to be able to add my local stdio MCP server as a tool but can't ...
ChewToy's user avatar
  • 756
0 votes
2 answers
319 views

I'm trying out Microsoft's Semantic Kernel for chat completion in a Blazor app. I added a service that uses EF Core: public interface ISearchService { Task<string?> GetCustomerAsync(string ...
Ivan Debono's user avatar
  • 1,016
1 vote
1 answer
248 views

I set up a self-hosted Firecrawl instance and I want to crawl my internal intranet site (e.g. https://intranet.xxx.gov.tr/). I can access the site directly both from the host machine and from inside ...
birdalugur's user avatar

1
2 3 4 5
176