diff --git a/docs/docs/Developers/run_fully_local.md b/docs/docs/Developers/run_fully_local.md index d7b4a8e3d..901fdefc7 100644 --- a/docs/docs/Developers/run_fully_local.md +++ b/docs/docs/Developers/run_fully_local.md @@ -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: