geprog / CodeCaptain

Ask codecaptain everything you want to know about the source-code or issues of your project
https://codecaptain.ai
GNU Affero General Public License v3.0
4 stars 3 forks source link

Weaviate store is broken in prod #67

Open mariusheine opened 5 days ago

mariusheine commented 5 days ago

When ever I want to chat with a repo on https://codecaptain.ai it does not work. The los state the following

[nuxt] [request error] [unhandled] [500] Error in similaritySearch Error: Cannot query field "text" on type "Repos".: {"response":{"errors":[{"locations":[{"column":19517,"line":1}],"message":"Cannot query field \"text\" on type \"Repos\".","path":null},{"locations":[{"column":19522,"line":1}],"message":"Cannot query field \"source\" on type \"Repos\".","path":null}],"status":200,"headers":{}},"request": ...

In a local environment it works without any problem... Is it a resource issue in the fly.io deployment :thinking:

mariusheine commented 5 days ago

Now it is working totally fine... I just re-synchronized one repo. I am testing around with it further.