OKP Follow-up#118
Conversation
In the vector_database_build.py script, the --okp-rag-only option name was a bit misleading so it has been renamed to --disable-rag-entries. This change is a follow up on the original OKP enablement PR openstack-lightspeed#110. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This change documents the available configurations under the dev: section. The dev: section is an experimental section that is used by developers only therefore it's been documented in code only. This change is a follow up on the original OKP enablement PR openstack-lightspeed#110. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
📝 WalkthroughWalkthroughRenames the ChangesRAG flag rename across Python script and Go controller
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lpiwowar, umago The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6a09734
into
openstack-lightspeed:lcore-migration
This change includes two commits:
Documents the available configurations under the dev: section. The dev: section is an experimental section that is used by developers only therefore it's been documented in code only.
In the vector_database_build.py script, the --okp-rag-only option name was a bit misleading so it has been renamed to --disable-rag-entries.
This change is a follow up on the original OKP enablement PR#110
Summary by CodeRabbit
Documentation
Chores
--okp-rag-onlyto--disable-rag-entriesto better reflect its functionality and improve code clarity.