-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Upload / KnowledgeBase Deployment Feedback | 知识库部署问题反馈 #3527
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@cy948 来看下? |
@cy948 Let’s take a look? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I also encountered a similar problem, but after deleting all PDFs that failed to vectorize and fail to block, an error still occurred... |
@asd4259682 专门开个 issue,这个不是部署问题。是使用问题 |
@asd4259682 opened an issue specifically, this is not a deployment issue. It's a matter of usage |
这个问题能帮忙解答一下吗?我现在授权回调回来直接报,但是网页上面已经是登录成功了: |
我现在解决这个问题的方法是把这个文件的代码改了:src/server/routers/lambda/user.ts
把这个判断clerk的部分删了,加入了nextauth的处理逻辑,我不懂是否会影响后续的流程,现在使用一切正常。 |
✅ @arvinxx This issue is closed, If you have any questions, you can comment and reply. |
🎉 This issue has been resolved in version 1.14.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
向量化有国产的api可以替代吗? |
Is there any domestic API that can replace vectorization? |
在哪里修改,可以计算统计某个用户的token总使用量 |
Where to modify, you can calculate and count the total token usage of a certain user |
This issue is only for feedback on deployment problems. For feature requests or bug-related issues, please open a new issue.
此 issue 只用于反馈部署问题,功能需求 / bug 类问题请新开 issue。
The first phase of the knowledge base has been released, and here is a brief deployment guide:
If your pg instance is deployed via Docker, you can use the
pgvector/pgvector:pg16
image instead. (Platforms like Vercel / Neon / Supabase do not require any additional operations, as they come with the pgvector plugin by default.)lobe-chat.env
file to store environment variables:I'm sorry, but I need the source text to provide a translation. Please provide the text you would like translated
Other considerations:
text-embedding-3-small
model, please confirm in advance whether your API supports this model;S3_ENABLE_PATH_STYLE=1
知识库一期已发布,以下是一个简版部署指南:
如果你的 pg 实例是通过 docker 部署,可以使用
pgvector/pgvector:pg16
镜像替代。(Vercel / Neon / Supabase 这些不需要额外操作,默认就带有 pgvector 插件)lobe-chat.env
文件用于存放环境变量:其余注意事项:
text-embedding-3-small
模型,请提前确认你的 API 是否支持该模型;S3_ENABLE_PATH_STYLE=1
The text was updated successfully, but these errors were encountered: