Skip to content

Commit

Permalink
Update faqData.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iskyOS committed Feb 19, 2024
1 parent 61d12a8 commit 74c244e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Pricing/faqData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ export const faqData: FAQData = {
answer: (
<>
<p>
Cody offers several ways of retrieving codebase context to personalize its responses. One way is
through embeddings, which are generated for local user repositories. Cody Free users can create
embeddings for up to 200MB of code, and Cody Pro users can create embeddings for up to 1GB of code.
Cody can retrieve codebase context to personalize responses in a number of ways. One way is
with embeddings, which are generated for local user repositories. Cody Free users can create
embeddings for up to 200MB of code and Cody Pro users can create embeddings for up to 1GB of code.
</p>
<p>
Cody Enterprise uses Sourcegraph search to retrieve context instead of embeddings. This method
allows Cody Enterprise to retrieve context from a team's remote, enterprise-scale codebase.
Cody Enterprise uses Sourcegraph search to retrieve context. This method lets Cody
pull context from a team's full codebase at any scale.
</p>
</>
),
Expand Down

0 comments on commit 74c244e

Please sign in to comment.