Skip to content

Commit

Permalink
Merge branch 'master' into phiHero/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbosco committed Oct 18, 2024
2 parents d736ffb + 971411c commit 2a037ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-site/content/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,28 @@ let config = {
typesenseDocsearch: {
typesenseServerConfig: {
nearestNode: {
host: 'qtg5aekc2iosjh93p.a1.typesense.net',
host: '01brzocp328nd4xvp.a1.typesense.net',
port: 443,
protocol: 'https',
},
nodes: [
{
host: 'qtg5aekc2iosjh93p-1.a1.typesense.net',
host: '01brzocp328nd4xvp-1.a1.typesense.net',
port: 443,
protocol: 'https',
},
{
host: 'qtg5aekc2iosjh93p-2.a1.typesense.net',
host: '01brzocp328nd4xvp-2.a1.typesense.net',
port: 443,
protocol: 'https',
},
{
host: 'qtg5aekc2iosjh93p-3.a1.typesense.net',
host: '01brzocp328nd4xvp-3.a1.typesense.net',
port: 443,
protocol: 'https',
},
],
apiKey: '8hLCPSQTYcBuK29zY5q6Xhin7ONxHy99',
apiKey: 'SnXV7QElNiek7WN3QRT3ibhR5qLjJzS8',
},
typesenseCollectionName: 'typesense_docs',
typesenseSearchParams: {
Expand Down
11 changes: 11 additions & 0 deletions docs-site/content/27.1/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@ The changelog below aggregates all the changes between `v27.0` and `v27.x`. Chan

### Deprecations / behavior changes

**Analytics directory**

We now require the `analytics-dir` flag to be provided for using analytics features.

```bash
./typesense-server --data-dir=/path/to/data --api-key=abcd \
--enable-search-analytics=true \
--analytics-dir=/path/to/analytics-data \
--analytics-flush-interval=60
```

**Conversational Search:**

To address some limitations that we found with the previous design of the conversational search feature,
Expand Down

0 comments on commit 2a037ec

Please sign in to comment.