docs: fix apps/ai references after consolidation, add Tantivy search docs#3889
Closed
devin-ai-integration[bot] wants to merge 1 commit intodevin/1770768612-update-docs-recent-changes-2from
Conversation
…docs Co-Authored-By: unknown <>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes incorrect documentation introduced in the parent PR #3847 and adds missing documentation for the new Tantivy-powered search.
Fixes to parent PR docs:
developers/1.env.mdx: The parent PR incorrectly changed references fromapps/apitoapps/ai. Since refactor: consolidate apps/ai into apps/api #3852 consolidatedapps/aiintoapps/api(andapps/aino longer exists), this restores the correctapps/apireferences. Also removes the deletedapps/api/package.jsonfrom the supabase usage note.developers/5.run.mdx: The parent PR changed the API run command topnpm -F api devand added a separate "AI Server (apps/ai)" section. Sinceapps/apiis now a Rust project (nopackage.json), this restorescargo run -p apiand removes the nonexistentapps/aisection.New documentation:
faq/1.features.mdx: Updates the search FAQ to mention Tantivy-powered full-text search (added in feat(search): implement search with tantivy #3831).faq/3.technical.mdx: Adds a new "How does in-app search work?" FAQ entry explaining the Tantivy search engine.Stacked on #3847 (
devin/1770768612-update-docs-recent-changes-2).Review & Testing Checklist for Human
apps/ai/truly no longer exists onmainandapps/api/Cargo.tomlhasname = "api"— confirming thecargo run -p apicommand andapps/apipath references are correctplugins/tantivyimplementationNotes
devin/1770768612-update-docs-recent-changes-2