mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-27 18:32:55 +03:00
docs: update run_fully_local.md (#1556)
# Description emedding -> embedding ## Checklist before requesting a review Please delete options that are not relevant. - [x] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [x] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
This commit is contained in:
parent
de3ab00f3d
commit
b9fa6987e5
@ -157,7 +157,7 @@ This can be remedied by using local embeddings for document embeddings. In backe
|
||||
model_kwargs={'device': 'cuda'},
|
||||
encode_kwargs={'normalize_embeddings': False}
|
||||
) # pyright: ignore reportPrivateUsage=none
|
||||
logger.info('||| creating emedding')
|
||||
logger.info('||| creating embedding')
|
||||
try:
|
||||
sids = self.commons["documents_vector_store"].add_documents([doc])
|
||||
if sids and len(sids) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user