Skip to content
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

点击重建向量库后一直转圈圈 #3731

Closed
futureflsl opened this issue Apr 12, 2024 · 3 comments
Closed

点击重建向量库后一直转圈圈 #3731

futureflsl opened this issue Apr 12, 2024 · 3 comments
Assignees
Labels
bug Something isn't working stale

Comments

@futureflsl
Copy link

一直转圈试了几次都不行,也不报错
360截图20240412102545835
360截图20240412102556187

@futureflsl futureflsl added the bug Something isn't working label Apr 12, 2024
Copy link

dosubot bot commented Apr 12, 2024

It looks like the issue with the "点击重建向量库后一直转圈圈" problem might be related to the configuration or location of your vector file. Here's a streamlined approach to troubleshoot and potentially resolve the issue:

  1. Check and Update Configuration: Ensure your EMBEDDING_MODEL is correctly set to "bge-large-zh". Also, verify that MODEL_ROOT_PATH points to the directory where your models, including the embedding model, are stored. Adjust these settings if necessary.

  2. Verify Vector File Location: The vector file for "bge-large-zh" should be located at "BAAI/bge-large-zh" relative to MODEL_ROOT_PATH. If it's not there, move it to the correct location.

  3. Permissions Check: Ensure the application has read access to the vector file and its directory. Incorrect permissions can prevent the application from accessing the necessary files.

  4. Update Your Code: If the issue persists, consider updating your code to the latest version. There was a similar issue reported in the Langchain-Chatchat repository that was resolved by updating the code.

  5. Address Python Deprecation Warning: While the imp module deprecation warning is not directly related to your issue, it's advisable to update your code to use importlib for future compatibility.

  6. HTTP Status Codes: The 200 OK and 404 Not Found HTTP status codes in your logs suggest that some requests are successful while others can't find the resources. This might not be directly related to the vector database rebuilding issue but is worth noting for troubleshooting HTTP requests.

By following these steps, you should be able to identify and resolve the issue with the vector database not rebuilding properly. If you encounter further issues or have additional questions, feel free to ask.

Sources

About Dosu

This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

If you want to continue the conversation, start your reply with @dosu-bot.

@zRzRzRzRzRzRzR zRzRzRzRzRzRzR self-assigned this Apr 14, 2024
Copy link

这个问题已经被标记为 stale ,因为它已经超过 30 天没有任何活动。

@github-actions github-actions bot added the stale label May 14, 2024
Copy link

这个问题已经被自动关闭,因为它被标为 stale 后超过 14 天没有任何活动。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants