Skip to content

Commit

Permalink
Code syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Feb 4, 2025
1 parent eecdf9e commit 8b8a255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/40-perform-semantic-search/3-vector-search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_embedding(user_query)
<details>
<summary>Answer</summary>
<div>
```python
```json
[
{
"$vectorSearch": {
Expand Down
4 changes: 2 additions & 2 deletions docs/40-perform-semantic-search/4-pre-filtering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The answers for code blocks in this section are as follows:
<details>
<summary>Answer</summary>
<div>
```python
```json
[
{
"$vectorSearch": {
Expand Down Expand Up @@ -95,7 +95,7 @@ The answers for code blocks in this section are as follows:
<details>
<summary>Answer</summary>
<div>
```python
```json
[
{
"$vectorSearch": {
Expand Down

0 comments on commit 8b8a255

Please sign in to comment.