TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenAI's Assistant API can't handle multiple files

13 pointsby Ephil012over 1 year ago

2 comments

kaoDover 1 year ago
&gt; It seems that OpenAI has brief time periods during which their RAG system is able to work properly<p>This is the problem of running tests behind a huge black box over the internet: are you even measuring properly? Who knows.<p>OpenAI has been under huge load lately so it&#x27;s possible (even likely) that whatever microservice the actual LLM was connecting to for retrieval was just failing miserably and not properly reporting the failure.<p>I&#x27;ve seen this myself even for a single document: GPT was failing to retrieve some obvious data and it just didn&#x27;t properly communicate it to me, just told me something along the lines of &quot;the info is not there&quot; or spitting plausibly-sounding results from the LLM inference instead of the info that was actually in the PDF. After retrying (and a long wait) it worked -- I can see why this effect can be exacerbated when retrieving from multiple files, which is probably implemented as multiple calls over to the microservice handling the retrieval, resulting in more chances to fail retrieval.
评论 #38292462 未加载
drcodeover 1 year ago
I&#x27;m getting results that roughly match your findings<p>It&#x27;s weird, we tend to think of the OpenAI people as programming gods now, but the kr api seems pretty obviously botched at the moment (since I can run use third party tools that use gpt4 with another embedding database, along with the same data, and get much better results)