Skip to content

Commit

Permalink
doc: remove use of unknown highlight language (#489)
Browse files Browse the repository at this point in the history
This file use ```log  but there's no such syntax highlight language.
Leave it empty instead.

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored Aug 17, 2024
1 parent 72a2553 commit 5bd8bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/vectorstores/langchain/chroma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker compose up -d

Upon starting the server, you should see log outputs similar to the following:

```log
```
server-1 | Starting 'uvicorn chromadb.app:app' with args: --workers 1 --host 0.0.0.0 --port 8000 --proxy-headers --log-config chromadb/log_config.yml --timeout-keep-alive 30
server-1 | INFO: [02-08-2024 07:03:19] Set chroma_server_nofile to 65536
server-1 | INFO: [02-08-2024 07:03:19] Anonymized telemetry enabled. See https://docs.trychroma.com/telemetry for more information.
Expand Down

0 comments on commit 5bd8bda

Please sign in to comment.