Giter Site home page Giter Site logo

Comments (4)

valeriansaliou avatar valeriansaliou commented on May 20, 2024

Hi there! Which version of Sonic are you running? Is that latest v1.1.9?

from node-sonic-channel.

danielmartinezvigo avatar danielmartinezvigo commented on May 20, 2024

Yep, valeriansaliou/sonic v1.1.9 running on docker

This is my config.cfg

# Sonic
# Fast, lightweight and schema-less search backend
# Configuration file
# Example: https://github.com/valeriansaliou/sonic/blob/master/config.cfg


[server]

log_level = "error"


[channel]

inet = "0.0.0.0:1491"
tcp_timeout = 300

auth_password = "SecretPassword"

[channel.search]

query_limit_default = 10
query_limit_maximum = 100
query_alternates_try = 4

suggest_limit_default = 5
suggest_limit_maximum = 20


[store]

[store.kv]

path = "./data/store/kv/"

retain_word_objects = 1000

[store.kv.pool]

inactive_after = 1800

[store.kv.database]

compress = true
parallelism = 2
max_files = 100
max_compactions = 1
max_flushes = 1

[store.fst]

path = "./data/store/fst/"

[store.fst.pool]

inactive_after = 300

[store.fst.graph]

consolidate_after = 180

from node-sonic-channel.

valeriansaliou avatar valeriansaliou commented on May 20, 2024

Ah, yes. The Docker image for v1.1.9 still runs on v1.1.8 as v1.1.9 could not be pushed to Crates (we're waiting for the rocksdb dependency to be updated on Crates, as we currently use a Git dependency for RocksDB, which is refused by Crates).

from node-sonic-channel.

danielmartinezvigo avatar danielmartinezvigo commented on May 20, 2024

Okay, I'll wait for that

Thanks!

from node-sonic-channel.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.