toolnet-memory 0.3.11 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env.example CHANGED
@@ -30,10 +30,6 @@ HF_BUCKET=toolnet-memory
30
30
  HF_S3_ACCESS_KEY_ID=
31
31
  HF_S3_SECRET_ACCESS_KEY=
32
32
 
33
- # Embedding
34
- HF_TOKEN=
35
- HF_EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
36
-
37
33
  # Local fallback/cache
38
34
  MEMORY_LOCAL_STORAGE_PATH=
39
35
  MEMORY_LOCAL_CACHE_MB=200