[Bug fix] Remove duplicate constants (#1342)
This commit is contained in:
@@ -2,15 +2,11 @@ import json
|
|||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import uuid
|
import uuid
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
from posthog import Posthog
|
from posthog import Posthog
|
||||||
|
|
||||||
import embedchain
|
import embedchain
|
||||||
|
from embedchain.constants import CONFIG_DIR, CONFIG_FILE
|
||||||
HOME_DIR = str(Path.home())
|
|
||||||
CONFIG_DIR = os.path.join(HOME_DIR, ".embedchain")
|
|
||||||
CONFIG_FILE = os.path.join(CONFIG_DIR, "config.json")
|
|
||||||
|
|
||||||
|
|
||||||
class AnonymousTelemetry:
|
class AnonymousTelemetry:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "embedchain"
|
name = "embedchain"
|
||||||
version = "0.1.101"
|
version = "0.1.102"
|
||||||
description = "Simplest open source retrieval (RAG) framework"
|
description = "Simplest open source retrieval (RAG) framework"
|
||||||
authors = [
|
authors = [
|
||||||
"Taranjeet Singh <taranjeet@embedchain.ai>",
|
"Taranjeet Singh <taranjeet@embedchain.ai>",
|
||||||
|
|||||||
Reference in New Issue
Block a user