Skip to main content

OpenAI Collective

A collective for developers utilizing OpenAI's foundational models and APIs to build, integrate, and innovate. The OpenAI Collective is organized and managed by the Stack Overflow community as a resource for developers.
Contact

Pinned Bulletins

View all 1 bulletins

OpenAI has some news to share

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

-2 votes
0 answers
46 views

ChatKit DomainVerificationRequestError on mobile (desktop works)

My domain is: https://norkven.getfeurst.com Important details: The agent loads and responds successfully on desktop Chrome and Safari. On mobile Safari/Chrome, the same page loads, but ChatKit throws ...
0 votes
0 answers
36 views

Inconsistent name normalization when extracting data using OpenAI API (gpt-4.0-mini)

I'm using the OpenAI API (gpt-4.0-mini) to extract and normalize names from social media posts. However, even with strict prompting, the output sometimes contains slightly different spellings for the ...
0 votes
0 answers
52 views

StackExchange.Redis.RedisTimeoutException on FT.SEARCH with Redis Stack vector index (HNSW)

I'm building a .NET 8 demo that stores OpenAI text embeddings in Redis Stack and performs similarity search with FT.SEARCH (KNN over HNSW vector index). The setup works for indexing and upserting data,...
Advice
3 votes
0 replies
56 views

How can I efficiently run a RAG pipeline fully in Node.js using OpenAI embeddings and FAISS without relying on Python?

I am working with a small Retrieval-Augmented Generation (RAG) setup and I want to run the entire pipeline purely in Node.js without using any Python-based services. Workflow i am going to follow : ...
1 vote
0 answers
81 views

The AI agent is joining my call but it is not responding

The AI agent joins my call but doesn’t respond. I’m testing it using webhooks. I know that the real-time agent requires OpenAI credits, and I've already added them, but the issue is that no error ...