Skip to content

Commit

Permalink
[CLN] Remove pulsar from python codebase (#1932)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
 - Improvements & Bug fixes
	 - Removes pulsar from the python codebase
 - New functionality
	 - None

## Test plan
*How are these changes tested?*
- [x] Tests pass locally with `pytest` for python, `yarn test` for js,
`cargo test` for rust

## Documentation Changes
None
  • Loading branch information
HammadB authored Mar 26, 2024
1 parent 6b68fd1 commit b8dfc5b
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 600 deletions.
4 changes: 0 additions & 4 deletions chromadb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ def empty_str_to_none(cls, v: str) -> Optional[str]:

chroma_server_nofile: Optional[int] = None

pulsar_broker_url: Optional[str] = None
pulsar_admin_port: Optional[int] = 8080
pulsar_broker_port: Optional[int] = 6650

chroma_server_auth_provider: Optional[str] = None

@validator("chroma_server_auth_provider", pre=True, always=True, allow_reuse=True)
Expand Down
317 changes: 0 additions & 317 deletions chromadb/ingest/impl/pulsar.py

This file was deleted.

Loading

0 comments on commit b8dfc5b

Please sign in to comment.