Skip to content

Remove vectorizing smart-contracts from node_modules in docs_ai_backend #732

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

Open
khannanov-nil opened this issue Apr 2, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@khannanov-nil
Copy link
Collaborator

Problem statement

In the near future, prod machines will no longer checkout the =nil; repo. This will be done to resolve several stability issues.

Unfortunately, there are some systems and tools that rely on the content of the =nil; repo being available to them on production machines. In docs_ai_backend, it's DB population: it uses the content of smart-contracts from the root node_modules folder of the checked out repo. If no repo is available, DB will not be populated.

Solution

Replace smart-contracts from the repo inside populatDB.js with an alternate solution that does not depend on the repo.

@khannanov-nil khannanov-nil self-assigned this Apr 2, 2025
@khannanov-nil khannanov-nil added the documentation Improvements or additions to documentation label Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant